feat(web): Initial web branch

This commit is contained in:
Linnea Gräf
2024-11-17 00:58:02 +01:00
parent 92034c8501
commit d268521054
13 changed files with 4056 additions and 0 deletions

7
web/astro.config.mjs Normal file
View File

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