🖼️ Restore public folder (images, assets) + fix Dockerfile

- Restored public/images from Next.js backup
- Fixed Dockerfile to bind to 0.0.0.0
- Images now served correctly

Fixes:
 404 errors for images
 Missing CSS/Tailwind styles
 Docker container accessibility
This commit is contained in:
Kunthawat Greethong
2026-03-09 22:13:23 +07:00
parent cb0b4b8d52
commit 92072a4ebf
353 changed files with 7384 additions and 20 deletions

25
dist/robots.txt vendored Normal file
View File

@@ -0,0 +1,25 @@
# Robots.txt for dealplustech.co.th
# https://dealplustech.co.th
User-agent: *
Allow: /
# Sitemap location
Sitemap: https://dealplustech.co.th/sitemap.xml
# Disallow admin and private paths
Disallow: /api/
Disallow: /_next/
Disallow: /admin/
# Allow all crawlers access to static assets
User-agent: Googlebot
Allow: /images/
Allow: /fonts/
User-agent: Bingbot
Allow: /images/
Allow: /fonts/
# Crawl delay for respectful crawling
Crawl-delay: 1