mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-10-21 02:44:05 +00:00
Enable compressHTML
This commit is contained in:
parent
8b19943d54
commit
d9e2b38571
@ -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,
|
||||||
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user