Migrated to Astro

This commit is contained in:
Gu://em_ 2026-03-15 18:34:40 +01:00
parent 20f9d53170
commit d4afe3e086
19 changed files with 3237 additions and 200 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({});