Initial commit from Astro

This commit is contained in:
houston[bot] 2025-12-19 14:06:51 -08:00 committed by badbl0cks
commit 0e01ed5493
No known key found for this signature in database
14 changed files with 363 additions and 0 deletions

5
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({});