Skip to content

fix: redirect /quickstart to /docs/quickstart#781

Merged
willwashburn merged 1 commit intomainfrom
fix/quickstart-redirect
Apr 24, 2026
Merged

fix: redirect /quickstart to /docs/quickstart#781
willwashburn merged 1 commit intomainfrom
fix/quickstart-redirect

Conversation

@barryollama
Copy link
Copy Markdown

@barryollama barryollama commented Apr 24, 2026

Summary

Adds a permanent redirect rule to handle 404s for /quickstart requests.

Context

Google Cloud Console shows 404s for /quickstart, indicating users or bookmarks are still trying to access the old URL after the docs restructure.

Changes

  • Added redirects() function in web/next.config.mjs
  • Redirect /quickstart/docs/quickstart with permanent: true (301 redirect)

This preserves SEO juice and gracefully handles old links.


Open in Devin Review

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

Convert all internal rewrites to permanent redirects, bypassing
intermediate redirect pages:

- /quickstart → /docs/quickstart
- /relayfile → /primitives#file
- /relayauth → /primitives#auth
- /relaycast → /primitives#message
- /docs/reference-sdk → /docs/typescript-sdk
- /docs/reference-sdk-py → /docs/python-sdk

This ensures single-hop redirects and clean SEO.
Copy link
Copy Markdown

@xkonjin xkonjin left a comment

Choose a reason for hiding this comment

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

Clean and simple. Permanent 301 for the old /quickstart path is the right SEO-preserving move. No issues found.

@willwashburn willwashburn merged commit e13ce97 into main Apr 24, 2026
26 of 27 checks passed
@willwashburn willwashburn deleted the fix/quickstart-redirect branch April 24, 2026 17:43
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.

4 participants