Improve mobile responsive layout and site content

This commit is contained in:
Kunthawat Greethong
2026-06-30 21:02:47 +07:00
parent bb1b1ba568
commit 479ed4722e
39 changed files with 6078 additions and 308 deletions

View File

@@ -10,9 +10,14 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "node server.js",
"astro": "astro"
},
"dependencies": {
"astro": "^6.2.2"
"@aws-sdk/client-ses": "^3.1075.0",
"astro": "^6.2.2",
"cors": "^2.8.6",
"express": "^5.2.1",
"nodemailer": "^9.0.1"
}
}