codex rebase
Deploy on push / deploy (push) Successful in 16s

This commit is contained in:
2026-06-10 22:46:25 -07:00
parent bbc2dc6b58
commit 3c2dd93d0b
25 changed files with 7225 additions and 281 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from "astro/config";
export default defineConfig({
output: "static",
publicDir: "assets",
trailingSlash: "always",
});