Initial commit

This commit is contained in:
2026-02-09 14:12:28 +08:00
commit bf7fc2d434
264 changed files with 8762 additions and 0 deletions

6
astro.config.mjs Normal file
View File

@@ -0,0 +1,6 @@
import tailwind from '@astrojs/tailwind';
import { defineConfig } from 'astro/config';
export default defineConfig({
integrations: [tailwind()],
});