Skip to content

Commit 881603b

Browse files
Sync kit docs (#1538)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 65c6f41 commit 881603b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/svelte.dev/content/docs/kit/10-getting-started/30-project-structure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The `src` directory contains the meat of your project. Everything except `src/ro
5353
- `error.html` is the page that is rendered when everything else fails. It can contain the following placeholders:
5454
- `%sveltekit.status%` — the HTTP status
5555
- `%sveltekit.error.message%` — the error message
56+
- `%sveltekit.version%` — the deployment version, which can be specified with the [`version`](configuration#version) configuration
5657
- `hooks.client.js` contains your client [hooks](hooks)
5758
- `hooks.server.js` contains your server [hooks](hooks)
5859
- `service-worker.js` contains your [service worker](service-workers)

0 commit comments

Comments
 (0)