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

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "moreminimore-site",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {"dev": "astro dev", "build": "astro check && astro build", "preview": "astro preview"},
"dependencies": {"@astrojs/sitemap": "^3.2.1", "astro": "^5.10.0"},
"devDependencies": {"@astrojs/check": "^0.9.4", "typescript": "^5.8.3"}
}