Init astro

This commit is contained in:
aronmal 2023-08-21 21:41:04 +02:00
parent ba1b1d7080
commit 10e8f6a7de
Signed by: aronmal
GPG key ID: 816B7707426FC612
148 changed files with 3821 additions and 137 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({});