You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/svelte.dev/content/docs/kit/10-getting-started/30-project-structure.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,10 @@ The `src` directory contains the meat of your project. Everything except `src/ro
50
50
-`%sveltekit.assets%` — either [`paths.assets`](configuration#paths), if specified, or a relative path to [`paths.base`](configuration#paths)
51
51
-`%sveltekit.nonce%` — a [CSP](configuration#csp) nonce for manually included links and scripts, if used
52
52
-`%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
53
54
-`error.html` is the page that is rendered when everything else fails. It can contain the following placeholders:
54
55
-`%sveltekit.status%` — the HTTP status
55
56
-`%sveltekit.error.message%` — the error message
56
-
-`%sveltekit.version%` — the deployment version, which can be specified with the [`version`](configuration#version) configuration
57
57
-`hooks.client.js` contains your client [hooks](hooks)
58
58
-`hooks.server.js` contains your server [hooks](hooks)
59
59
-`service-worker.js` contains your [service worker](service-workers)
0 commit comments