chore: init

This commit is contained in:
2025-02-05 18:05:56 +06:00
commit 5f99ba28c4
19 changed files with 4546 additions and 0 deletions

5
astro.config.mjs Normal file
View File

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