Enable compressHTML

This commit is contained in:
Sumire Isshiki 2025-10-19 00:24:53 +09:00
parent 8b19943d54
commit d9e2b38571

View File

@ -2,4 +2,6 @@
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
compressHTML: true,
});