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
The Pages project path is case-sensitive and the repo's canonical name is
`RepoLens`, but the basePath was `/repolens`. Every asset was referenced at
/repolens/_next/... and 404'd against the real /RepoLens/... path, so the
site loaded completely unstyled — this was the original "site is broken".
- deploy-pages.yml: NEXT_PUBLIC_BASE_PATH /repolens -> /RepoLens
- layout.tsx metadataBase -> https://new1direction.github.io/RepoLens/
- capitalize the GitHub repo URLs to the canonical casing
Verified: the static export now references /RepoLens/_next/... and
/RepoLens/mascot.mp4.
0 commit comments