mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-13 22:56:33 +03:00
Bun's HTML bundler only includes assets referenced via <link href> or <script src>, not <meta content> URLs. Root-level files like og-image.png, robots.txt, and sitemap.xml were missing from the build/ directory that Vercel serves, causing 404s for OG images. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>