Files
dealplustech/Dockerfile
Kunthawat 43df6a4eac fix: Header overlap and image paths
1. Header overlap fixed:
   - Added pt-32 (padding-top: 8rem) to main
   - Compensates for fixed header height

2. Images not showing ROOT CAUSE FIXED:
   - Public folder NOT auto-copied to dist by Astro
   - Added: RUN cp -r /app/public/* /app/dist/
   - Now images will be in dist/images/ after build
   - Serve can find them at /images/...

This is the actual fix - Astro doesn't copy public to dist!
2026-03-11 19:37:21 +07:00

991 B