fix(web): point privacy & terms links to landing site#259
Merged
Conversation
The legal page links were using relative paths (/privacy, /terms) which resolved to the web app domain where no such routes exist. Update all occurrences to absolute URLs on the landing site (https://nexu.io). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying nexu-docs with
|
| Latest commit: |
f7f8e3d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cfcd6c4e.nexu-docs.pages.dev |
| Branch Preview URL: | https://fix-legal-links-point-to-lan.nexu-docs.pages.dev |
lefarcen
approved these changes
Mar 18, 2026
- Split the single serial `checks` job into 4 parallel jobs: migration-checks, typecheck, lint, build — reduces wall-clock CI time - Add concurrency group to CI workflow to cancel stale runs on new pushes - Add path filtering to docs-ci so it only triggers on docs/** changes instead of every PR Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix two more /terms and /privacy relative paths introduced by concurrent changes to the auth page main form footer. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
lefarcen
approved these changes
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/privacy,/terms) that don't resolve to any route in the web appauth.tsx,welcome.tsx,invite.tsx, andslack-claim.tsxto point to the landing site athttps://nexu.io/privacyandhttps://nexu.io/termswelcome.tsxfromnavigate()(SPA routing) to<a>tags withtarget="_blank"for consistent external link behaviorTest plan
https://nexu.io/privacyandhttps://nexu.io/termsin new tabs🤖 Generated with Claude Code