Skip to content

Commit e138240

Browse files
committed
disable inline styles
1 parent aa88be7 commit e138240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

svelte.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const config = {
77
adapter: adapter({
88
fallback: '200.html' // or 'index.html'
99
}),
10+
inlineStyleThreshold: 0, // Disables all inline styles
1011
paths: {
1112
base: dev ? '' : '/mRemoteNG.github.io' // replace with your actual repo name
1213
},

0 commit comments

Comments
 (0)