Commit Graph

4 Commits

Author SHA1 Message Date
Kunthawat Greethong
92072a4ebf 🖼️ 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
2026-03-09 22:13:23 +07:00
Kunthawat Greethong
7a67f68d9f ♻️ Restructure: Move Astro to repository root
BREAKING CHANGE: Astro project is now at repository root
- Removed dealplustech-astro subdirectory
- Moved all Astro files to root
- Updated PostCSS config to .cjs
- Removed old Next.js files

 11 pages built successfully
 Cookie consent banner included
 Privacy/Terms links in footer
 Ready for Easypanel deployment (no root dir needed)

Migration path:
- Old structure: /dealplustech-astro/
- New structure: / (root)
2026-03-09 22:00:05 +07:00
Kunthawat Greethong
ca9787d4dd fix: Use original favicons from dealplustech.co.th
- Real favicon.ico from original website (1.4KB)
- Real favicon.svg from original website (140KB)
- Real apple-touch-icon.png from original website
- Match exact original branding
2026-03-03 18:08:40 +07:00
Kunthawat Greethong
a5e557d20b fix: Add favicon.ico and favicon.svg files
- Add favicon.ico (downloaded)
- Create favicon.svg with logo
- Required for favicon to work on Easypanel
2026-03-03 17:46:56 +07:00