chore: add astro config file

This commit is contained in:
Jewgeni Lewash 2024-02-15 23:31:01 +01:00
parent 9fc02b366d
commit 5daaa83823

3
astro.config.mjs Normal file
View File

@ -0,0 +1,3 @@
import { defineConfig } from "astro/config";
export default defineConfig({});