Initial commit

This commit is contained in:
Fishandchips321 2025-12-19 13:49:46 +00:00
commit bcf92c21e6
16 changed files with 6384 additions and 0 deletions

View file

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