Skip to content

fix: disable Starlight's built-in 404 rout#277

Open
Aziz-JH wants to merge 2 commits into
warpdotdev:mainfrom
Aziz-JH:fix/disable-starlight-404-route
Open

fix: disable Starlight's built-in 404 rout#277
Aziz-JH wants to merge 2 commits into
warpdotdev:mainfrom
Aziz-JH:fix/disable-starlight-404-route

Conversation

@Aziz-JH

@Aziz-JH Aziz-JH commented Jun 30, 2026

Copy link
Copy Markdown

Summary

Follow-up to #264.

Starlight injects its own 404 route on top of our custom src/pages/404.astro. Setting disable404Route: true turns that off so only our page is served.

Right now it's just a router warning, but Astro will turn the collision into a hard error soon.

Validation

npm run build and npm run typecheck both pass.

@cla-bot cla-bot Bot added the cla-signed label Jun 30, 2026
@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

@Aziz-JH is attempting to deploy a commit to the warpdotdev Team on Vercel.

A member of the Team first needs to authorize it.

@oz-for-oss

oz-for-oss Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

@Aziz-JH

Every PR must be linked to a same-repo issue before Oz can review it.

Next step: open or find a same-repo issue describing this change, then link it to this PR by adding Closes #123 to the PR description (or using the "Development" sidebar on GitHub). A maintainer will mark the issue ready-to-implement when it is ready. Once it is marked, comment /oz-review to re-trigger review.

See the contribution guidelines for the full readiness model.

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aziz-JH

Every PR must be linked to a same-repo issue before Oz can review it.

Next step: open or find a same-repo issue describing this change, then link it to this PR by adding Closes #123 to the PR description (or using the "Development" sidebar on GitHub). A maintainer will mark the issue ready-to-implement when it is ready. Once it is marked, comment /oz-review to re-trigger review.

See the contribution guidelines for the full readiness model.

Powered by Oz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants