diff --git a/apps/svelte.dev/svelte.config.js b/apps/svelte.dev/svelte.config.js index 4f67fbd286..63068c76be 100644 --- a/apps/svelte.dev/svelte.config.js +++ b/apps/svelte.dev/svelte.config.js @@ -7,6 +7,9 @@ const config = { // If your environment is not supported, or you settled on a specific environment, switch out the adapter. // See https://kit.svelte.dev/docs/adapters for more information about adapters. adapter: adapter(), + + inlineStyleThreshold: 1000, + prerender: { handleMissingId(warning) { if (warning.id.startsWith('H4sIA')) {