Skip to content

Commit 81ebc81

Browse files
authored
Update 30-project-structure.md (#14593)
1 parent 5121479 commit 81ebc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/10-getting-started/30-project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ The `src` directory contains the meat of your project. Everything except `src/ro
4949
- `%sveltekit.assets%` — either [`paths.assets`](configuration#paths), if specified, or a relative path to [`paths.base`](configuration#paths)
5050
- `%sveltekit.nonce%` — a [CSP](configuration#csp) nonce for manually included links and scripts, if used
5151
- `%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.
52+
- `%sveltekit.version%` — the app version, which can be specified with the [`version`](configuration#version) configuration
5253
- `error.html` is the page that is rendered when everything else fails. It can contain the following placeholders:
5354
- `%sveltekit.status%` — the HTTP status
5455
- `%sveltekit.error.message%` — the error message
55-
- `%sveltekit.version%` — the deployment version, which can be specified with the [`version`](configuration#version) configuration
5656
- `hooks.client.js` contains your client [hooks](hooks)
5757
- `hooks.server.js` contains your server [hooks](hooks)
5858
- `service-worker.js` contains your [service worker](service-workers)

0 commit comments

Comments
 (0)