Skip to content

Commit 024583c

Browse files
committed
Fix 404
1 parent 04f2329 commit 024583c

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/02-sveltekit/01-concepts/02-project-structure

1 file changed

+1
-1
lines changed

content/tutorial/02-sveltekit/01-concepts/02-project-structure/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ On the right, in the file tree viewer, you'll see a handful of files that Svelte
1010
1111
`svelte.config.js` contains your project configuration. We don't need to worry about this file for now, but if you're curious, [visit the documentation](https://kit.svelte.dev/docs/configuration).
1212

13-
`src` is where your app's source code goes. `src/app.html` is your page template (SvelteKit replaces the `%sveltekit.head%` and `%sveltekit.body%` as appropriate), and `src/routes` defines the [routes](/tutorial/filesystem-based-routing) of your app.
13+
`src` is where your app's source code goes. `src/app.html` is your page template (SvelteKit replaces the `%sveltekit.head%` and `%sveltekit.body%` as appropriate), and `src/routes` defines the [routes](/tutorial/pages) of your app.
1414

1515
Finally, `static` contains any assets (like a `favicon.png` or a `robots.txt`) that should be included when your app is deployed.

0 commit comments

Comments
 (0)