feat: init

This commit is contained in:
2025-11-17 20:08:18 +08:00
parent 932c3934c8
commit dc4f21ace4
14 changed files with 3449 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({});