Skip to content

Fix/docs route links - #3

Merged
abappi19 merged 4 commits into
mainfrom
fix/docs-route-links
Sep 14, 2026
Merged

abappi19 merged 4 commits into
mainfrom
fix/docs-route-links

Conversation

@abappi19

Copy link
Copy Markdown
Member

No description provided.

The site used to be a project site where the app owned "/" and a page was
/expo-devtools/network. Moving to the organisation root put the docs tree
under /docs, and the inline markdown links were updated but the Card hrefs
were not, so every one of them 404s.

Image paths stay at the root: those files are in public/, not in content.
NEXT_PUBLIC_SITE_URL is set nowhere, including the deploy workflow, so the
fallback was doing the work and every published OG and Twitter image pointed
at http://localhost:3000. A shared link previewed nothing.

The site has had an origin since it moved to the organisation root, so that
is the fallback now. The env var still overrides it for a preview deploy.
.turbo/ appears whenever this is built from the monorepo root, so it shows
up as untracked content in the parent's status.
@abappi19
abappi19 merged commit ea00259 into main Sep 14, 2026
1 check passed
@abappi19
abappi19 deleted the fix/docs-route-links branch September 14, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant