This commit is contained in:
Darius
2025-11-21 00:58:30 +01:00
commit c42fc96899
12 changed files with 8334 additions and 0 deletions

5
astro.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
import { defineConfig } from "astro/config";
export default defineConfig({
integrations: [],
});