First init

This commit is contained in:
2026-05-02 20:29:58 +08:00
Unverified
commit 0d1f56cbb8
10 changed files with 7195 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from "astro/config";
export default defineConfig({
site: "https://example.com"
});