diff --git a/documentation/docs/14-configuration.md b/documentation/docs/14-configuration.md index 181ca5160dab..adf55fa9ecd5 100644 --- a/documentation/docs/14-configuration.md +++ b/documentation/docs/14-configuration.md @@ -55,6 +55,9 @@ const config = { trailingSlash: 'never', vite: () => ({}) }, + + // SvelteKit uses vite-plugin-svelte. Its options can be provided directly here. + // See the available options at https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md // options passed to svelte.preprocess (https://svelte.dev/docs#svelte_preprocess) preprocess: null