Skip to content

Commit b917545

Browse files
authored
set inlineStyleThreshold (#724)
1 parent 16551c8 commit b917545

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/svelte.dev/svelte.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ const config = {
77
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
88
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
99
adapter: adapter(),
10+
11+
inlineStyleThreshold: 1000,
12+
1013
prerender: {
1114
handleMissingId(warning) {
1215
if (warning.id.startsWith('H4sIA')) {

0 commit comments

Comments
 (0)