Add /stats url path redirect#12
Merged
pstaylor-patrick merged 20 commits intomainfrom Nov 26, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
❌ Deploy Preview for precious-lolly-0aa3a0 failed.
|
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.
... (in addition to the existing
stats.subdomain redirect)👋 TL;DR
Created new
@f3muletown/redirectspackage with shared redirect utilities and added/statsroute to web app for consistent redirection.🔎 Details
@f3muletown/redirectspackage with TypeScript config, Vitest setup, and test suitegetRegionRedirectUrlandgetStatsRedirectUrlutility functions/statsroute to web app with proper testing and E2E coveragestatsandwebapps to use shared redirect package instead of local implementationsredirect.tsfile from web appwaitUntil: "commit"to avoid third-party asset timeouts✅ How to Test
pnpm testin the redirects package to verify utility functions/- should redirect tohttps://regions.f3nation.com/muletown/stats- should redirect to current year stats with locationf3muletown/about) - should redirect to region home/- should redirect to current year stats with locationf3muletownpnpm test:e2ein both apps to verify end-to-end redirect behavior🥜 GIF