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 16551c8 commit b917545Copy full SHA for b917545
apps/svelte.dev/svelte.config.js
@@ -7,6 +7,9 @@ const config = {
7
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
8
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
9
adapter: adapter(),
10
+
11
+ inlineStyleThreshold: 1000,
12
13
prerender: {
14
handleMissingId(warning) {
15
if (warning.id.startsWith('H4sIA')) {
0 commit comments