Commit Graph

6 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
Kunthawat Greethong
13436b42e5 Add SEO improvements: sitemap, robots.txt, LocalBusiness schema, GA4, llm.txt
- Add dynamic sitemap.xml generation for all pages
- Add robots.txt for search engine crawl directives
- Add LocalBusiness JSON-LD schema for local SEO
- Add BreadcrumbList schema for navigation breadcrumbs
- Add canonical URLs to all product pages
- Add Twitter Cards metadata
- Add Google Analytics 4 integration component
- Create llm.txt with all product data for AI optimization
- Create reusable UI components (Button, Card, Badge)
- Update company address to full Thai address
- Update .env.example with GA4 placeholder
2026-02-28 18:10:09 +07:00
Kunthawat Greethong
ed1150ceaf Initial commit: New industrial design with green theme 2026-02-25 22:04:30 +07:00