新規作成

This commit is contained in:
admin
2025-12-27 17:03:36 +09:00
commit 111e1ede65
10 changed files with 4974 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({});