This commit is contained in:
Ale 2023-07-05 00:00:47 +02:00
parent d1017f45cf
commit 01f671f2fb
15 changed files with 8866 additions and 125 deletions

4
App/astro.config.mjs Normal file
View file

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