Initial commit from Astro

This commit is contained in:
Artem VV 2023-05-19 21:15:25 +07:00
commit 38b3006746
13 changed files with 3401 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({});