Initial commit from Astro

This commit is contained in:
houston[bot] 2023-06-24 12:41:25 -04:00 committed by aleidk
commit 79c1ece8c6
13 changed files with 3433 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({});