Initial commit

This commit is contained in:
2025-07-13 10:33:14 +01:00
parent f1fcaa6d05
commit 2b1e945715
28 changed files with 6222 additions and 276 deletions

View File

@@ -1,5 +1,6 @@
// @ts-check
import { defineConfig } from 'astro/config';
import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [react()],
});