add web project

This commit is contained in:
2025-11-10 13:55:15 +13:00
parent 52ac25db0a
commit aaebd5c3ba
9 changed files with 2271 additions and 0 deletions

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