Base astro setup

This commit is contained in:
Alexis
2026-06-24 18:04:39 +02:00
parent 67119b4316
commit 3280ad0972
11 changed files with 2783 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({});