mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-20 05:21:44 +10:00
The static middleware was mounted ahead of the web app fallback, and Hono's serveStatic resolves "/" to the directory and returns dist/index.html verbatim. handleWebApp never ran for the root route, so the OpenGraph, Twitter, canonical and JSON-LD markup it injects was missing in production - fetching https://rxresu.me/ as Twitterbot returned zero og: tags. Route "/" explicitly before the static middleware so the injection runs.