Init with defaults

This commit is contained in:
Michał Gdula 2024-05-21 18:46:59 +01:00
commit 2fc6cdfa26
11 changed files with 7199 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({});