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.
1 parent 0ed86ab commit 6cff204Copy full SHA for 6cff204
documentation/docs/14-configuration.md
@@ -55,6 +55,9 @@ const config = {
55
trailingSlash: 'never',
56
vite: () => ({})
57
},
58
+
59
+ // SvelteKit uses vite-plugin-svelte. Its options can be provided directly here.
60
+ // See the available options at https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md
61
62
// options passed to svelte.preprocess (https://svelte.dev/docs#svelte_preprocess)
63
preprocess: null
0 commit comments