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 c8a47b7 commit f528acfCopy full SHA for f528acf
1 file changed
svelte.config.js
@@ -31,7 +31,9 @@ async function createConfig() {
31
assets: 'build',
32
fallback: undefined,
33
precompress: false,
34
- strict: true
+ strict: true,
35
+ inlineStyleThreshold: Infinity,
36
+ paths: { relative: false }
37
}),
38
paths: {
39
base:
0 commit comments