Initialize Astro project

This commit is contained in:
Valentijn
2026-04-20 20:26:47 +02:00
commit 1f59756c9f
15 changed files with 5102 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({});