first commit

This commit is contained in:
grechkagk 2026-02-02 17:04:57 +08:00
commit 2a60d2653e
239 changed files with 2722 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({});