We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa88be7 commit e138240Copy full SHA for e138240
svelte.config.js
@@ -7,6 +7,7 @@ const config = {
7
adapter: adapter({
8
fallback: '200.html' // or 'index.html'
9
}),
10
+ inlineStyleThreshold: 0, // Disables all inline styles
11
paths: {
12
base: dev ? '' : '/mRemoteNG.github.io' // replace with your actual repo name
13
},
0 commit comments