Initial Astro redesign for MoreminiMore

This commit is contained in:
Kunthawat Greethong
2026-07-18 11:48:33 +07:00
commit 491bf7b3be
13 changed files with 6681 additions and 0 deletions

5
tsconfig.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}