Added base setup for Alliance's map

This commit is contained in:
Alexis
2023-10-01 21:43:37 +02:00
parent 8d00d75886
commit 54deafba8c
14 changed files with 7098 additions and 54 deletions

4
astro.config.mjs Normal file
View File

@@ -0,0 +1,4 @@
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});