Skip to content

Commit 5f455e4

Browse files
Sync kit docs (#1584)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent b388cc6 commit 5f455e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ The `src` directory contains the meat of your project. Everything except `src/ro
5050
- `%sveltekit.assets%` — either [`paths.assets`](configuration#paths), if specified, or a relative path to [`paths.base`](configuration#paths)
5151
- `%sveltekit.nonce%` — a [CSP](configuration#csp) nonce for manually included links and scripts, if used
5252
- `%sveltekit.env.[NAME]%` - this will be replaced at render time with the `[NAME]` environment variable, which must begin with the [`publicPrefix`](configuration#env) (usually `PUBLIC_`). It will fallback to `''` if not matched.
53+
- `%sveltekit.version%` — the app version, which can be specified with the [`version`](configuration#version) configuration
5354
- `error.html` is the page that is rendered when everything else fails. It can contain the following placeholders:
5455
- `%sveltekit.status%` — the HTTP status
5556
- `%sveltekit.error.message%` — the error message
56-
- `%sveltekit.version%` — the deployment version, which can be specified with the [`version`](configuration#version) configuration
5757
- `hooks.client.js` contains your client [hooks](hooks)
5858
- `hooks.server.js` contains your server [hooks](hooks)
5959
- `service-worker.js` contains your [service worker](service-workers)

0 commit comments

Comments
 (0)