mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-10-19 01:44:04 +00:00
8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
// @ts-check
|
|
import { defineConfig } from 'astro/config';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
compressHTML: true,
|
|
});
|