You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: GitHub Pages base path must match repo name case
Pages serves at /FlightTrace/ but the hardcoded base was /flighttrace/,
so every asset 404'd and the page rendered black. Derive the base from
GITHUB_REPOSITORY so a rename can't break it again.