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!
991 B
991 B