Update vite build for gh-pages

main
Warinyourself 3 weeks ago
parent b6e6ab8f01
commit 9fdf8df03a

@ -37,5 +37,10 @@ export default defineConfig({
preprocessorOptions: { preprocessorOptions: {
stylus: {} stylus: {}
} }
},
build: {
// Disable CSS minification: LightningCSS drops unprefixed 'backdrop-filter'
// when it detects a WebKit-only target, breaking blur in webkit-greeter.
cssMinify: false
} }
}) })

Loading…
Cancel
Save