Skip to content

Commit

Permalink
Merge pull request #298 from hushhy/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
0xIchigo authored May 13, 2024
2 parents 967f689 + 224dec6 commit 6003f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ A SvelteKit app that contains the main XRAY UI.
| 📁`./src/routes` | Any `+page` or `+server` file in this directory becomes a page or an endpoint based on the folder structure. |
| 📁`./static` | A place to put any static assets. The files in this directory are hosted at the root of the domain. When using images, try to import them in the `<script>` vs put them in `./static` when you can help it. |
| 📄`./app.postcss` | Initialize/config Tailwind + global styles. |
| 📄`./app.html` | The top level HTML template that wrapps all pages. Routes are injected into the `%sveltekit.body%` tag. |
| 📄`./app.html` | The top level HTML template that wraps all pages. Routes are injected into the `%sveltekit.body%` tag. |

## Routes

Expand Down

0 comments on commit 6003f01

Please sign in to comment.