feat: add romhack archive site

This commit is contained in:
ginnoir
2026-06-08 21:16:04 -05:00
commit c868800495
518 changed files with 46140 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
output: 'static',
build: {
format: 'directory',
},
});