Complete MoreminiMore Astro site migration

This commit is contained in:
Kunthawat Greethong
2026-08-09 10:31:15 +07:00
parent 491bf7b3be
commit 2885e198d7
146 changed files with 8139 additions and 2836 deletions

View File

@@ -5,5 +5,5 @@ export default defineConfig({
site: 'https://moreminimore.com',
output: 'static',
integrations: [sitemap()],
build: { format: 'file' },
build: { format: 'directory' },
});