mirror of
https://github.com/yudejp/yude.jp.git
synced 2026-07-03 12:40:53 +00:00
Enable compressHTML
This commit is contained in:
+3
-1
@@ -2,4 +2,6 @@
|
|||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({});
|
export default defineConfig({
|
||||||
|
compressHTML: true,
|
||||||
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user