Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit024583c

Browse files
committed
Fix 404
1 parent04f2329 commit024583c

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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp