-
Notifications
You must be signed in to change notification settings - Fork 621
Add universal bridge landing pages to framer-rewrites #6763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add universal bridge landing pages to framer-rewrites #6763
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6763 +/- ##
=======================================
Coverage 55.16% 55.16%
=======================================
Files 896 896
Lines 56910 56910
Branches 3938 3938
=======================================
Hits 31396 31396
Misses 25419 25419
Partials 95 95
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Merge activity
|
### TL;DR Added URL rewrites for Universal Bridge landing pages and Enterprise page. ### What changed? Added two new URL paths to the framer-rewrites.js file: - `/universal-bridge-regions/:region_slug` for region-specific Universal Bridge landing pages - `/enterprise` for the Enterprise page ### How to test? 1. Navigate to `/universal-bridge-regions/[any-region-slug]` and verify the page loads correctly 2. Navigate to `/enterprise` and verify the page loads correctly 3. Ensure both pages render with the expected content and styling ### Why make this change? These URL paths need to be included in the framer-rewrites to ensure proper routing and rendering of the Universal Bridge landing pages by region and the Enterprise page.
e7836ae to
97ce74f
Compare

TL;DR
Added URL rewrites for Universal Bridge landing pages and Enterprise page.
What changed?
Added two new URL paths to the framer-rewrites.js file:
/universal-bridge-regions/:region_slugfor region-specific Universal Bridge landing pages/enterprisefor the Enterprise pageHow to test?
/universal-bridge-regions/[any-region-slug]and verify the page loads correctly/enterpriseand verify the page loads correctlyWhy make this change?
These URL paths need to be included in the framer-rewrites to ensure proper routing and rendering of the Universal Bridge landing pages by region and the Enterprise page.
PR-Codex overview
This PR focuses on updating the routing in the
framer-rewrites.jsfile by adding a new path for universal bridge landing pages.Detailed summary
"/universal-bridge-regions/:region_slug""/brand-kit""/enterprise"remains unchanged.