Skip to content

Commit 97ce74f

Browse files
committed
Add universal bridge landing pages to framer-rewrites (#6763)
### 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.
1 parent 3a43fb2 commit 97ce74f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,7 @@ module.exports = [
5858
"/faucets",
5959
// -- brand kit --
6060
"/brand-kit",
61+
// -- universal bridge landing pages --
62+
"/universal-bridge-regions/:region_slug",
63+
"/enterprise",
6164
];

0 commit comments

Comments
 (0)