Skip to content

Commit

Permalink
fix: remove index.html reference from React and Svelte advanced flag …
Browse files Browse the repository at this point in the history
…documentation as the public folder does not contain the file
  • Loading branch information
arafays committed Nov 25, 2024
1 parent efb325d commit 18158ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/docs/advanced-flag/react-vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ The React advanced flag can be combined with the Tailwind flag for enhanced styl
├── frontend/ # React advanced flag. Excludes HTMX.
│ ├── node_modules/ # Node dependencies.
│ ├── public/
│ │ ├── index.html
│ │ └── favicon.ico
│ ├── src/ # React source files.
│ │ ├── App.tsx # Main React component.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/advanced-flag/svelte-vite.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ The Svelte advanced flag can be combined with the Tailwind flag for enhanced sty
├── frontend/ # Svelte advanced flag. Excludes HTMX.
│ ├── node_modules/ # Node dependencies.
│ ├── public/
│ │ ├── index.html
│ │ └── favicon.ico
│ ├── src/ # Svelte source files.
│ │ ├── App.svelte # Main Svelte component.
Expand Down

0 comments on commit 18158ba

Please sign in to comment.