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
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
compressHTML: true,
|
||||||
integrations: [
|
integrations: [
|
||||||
alpinejs(),
|
alpinejs(),
|
||||||
mdx(),
|
mdx(),
|
||||||
|
|
Loading…
Reference in a new issue