build: enable HTML minification
This commit is contained in:
parent
2a78639d28
commit
389f1c494b
|
@ -10,6 +10,7 @@ import compress from "astro-compress";
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
compressHTML: true,
|
||||
integrations: [
|
||||
alpinejs(),
|
||||
mdx(),
|
||||
|
|
Loading…
Reference in a new issue