Add Astro project to the repository

This commit is contained in:
Quinn Hegeman
2026-03-07 16:07:09 +01:00
parent 42e52b9811
commit 3e03a9ab27
10 changed files with 132 additions and 0 deletions

5
astro/astro.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
// @ts-check
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});