Remove inlineStylesheets: 'auto' because is default value now

This commit is contained in:
prototypa
2023-08-30 15:02:20 -04:00
parent 31493f2707
commit c1fb20e916

View File

@ -31,10 +31,6 @@ export default defineConfig({
output: 'static',
build: {
inlineStylesheets: 'auto',
},
integrations: [
tailwind({
applyBaseStyles: false,