initial commit

This commit is contained in:
2026-06-01 01:43:58 -05:00
commit bb5bf9e028
17 changed files with 7158 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'astro/config';
export default defineConfig({
site: 'https://rummage.cc',
server: {
host: '127.0.0.1',
port: 4321,
},
devToolbar: { enabled: false },
});