website-rewrite

This commit is contained in:
Henry Hiles 2025-01-21 19:25:58 +00:00
commit ffe3b95319
13 changed files with 339 additions and 275 deletions

5
astro.config.ts Normal file
View file

@ -0,0 +1,5 @@
import { defineConfig } from "astro/config"
export default defineConfig({
trailingSlash: "never",
build: { format: "directory" },
})