chore(astro): initial commit

This commit is contained in:
Stefan Imhoff
2023-02-10 17:57:28 +01:00
commit 3a1d463208
13 changed files with 3252 additions and 0 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({});