Skip to content

Commit f528acf

Browse files
committed
fix: update adapter configuration in svelte.config.js to include inlineStyleThreshold and paths settings
1 parent c8a47b7 commit f528acf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

svelte.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ async function createConfig() {
3131
assets: 'build',
3232
fallback: undefined,
3333
precompress: false,
34-
strict: true
34+
strict: true,
35+
inlineStyleThreshold: Infinity,
36+
paths: { relative: false }
3537
}),
3638
paths: {
3739
base:

0 commit comments

Comments
 (0)