chore: add basic HTML minification and CSS inlining

This commit is contained in:
Stefan Imhoff
2023-06-13 23:40:16 +02:00
parent 062bee0524
commit 10b820d120

View File

@@ -58,4 +58,8 @@ export default defineConfig({
}),
serviceWorker(),
],
build: {
inlineStylesheets: 'auto',
},
compressHTML: true,
});