We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kit
1 parent 65c6f41 commit 881603bCopy full SHA for 881603b
apps/svelte.dev/content/docs/kit/10-getting-started/30-project-structure.md
@@ -53,6 +53,7 @@ The `src` directory contains the meat of your project. Everything except `src/ro
53
- `error.html` is the page that is rendered when everything else fails. It can contain the following placeholders:
54
- `%sveltekit.status%` — the HTTP status
55
- `%sveltekit.error.message%` — the error message
56
+ - `%sveltekit.version%` — the deployment version, which can be specified with the [`version`](configuration#version) configuration
57
- `hooks.client.js` contains your client [hooks](hooks)
58
- `hooks.server.js` contains your server [hooks](hooks)
59
- `service-worker.js` contains your [service worker](service-workers)
0 commit comments