Add Astro landing site for 和光同坤 with logo, contact, and gitignore

Made-with: Cursor
This commit is contained in:
zaikun xu
2026-04-03 11:08:05 +08:00
parent c3349ef410
commit be26d87075
13 changed files with 5933 additions and 1 deletions

6
astro.config.mjs Normal file
View File

@@ -0,0 +1,6 @@
import { defineConfig } from "astro/config";
// https://astro.build/config
export default defineConfig({
site: "https://hga3d.com",
});