mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-10-19 01:44:04 +00:00
Enable compressHTML
This commit is contained in:
parent
8b19943d54
commit
d9e2b38571
@ -2,4 +2,6 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
compressHTML: true,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user