feat: initial personality site

This commit is contained in:
2026-04-20 21:40:43 -07:00
committed by Naomi Carrigan
parent 671ec09ff4
commit 8fc023306f
18 changed files with 8547 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from "astro/config";
export default defineConfig({
output: "static",
});