Skip to content

Commit 1d844ac

Browse files
committed
add connect/pay to framer rewrites (#6012)
closes: CORE-708 ### TL;DR Added `/connect/pay` route to Framer rewrites ### What changed? Added a new route `/connect/pay` to the list of Framer rewrites in the dashboard application ### How to test? 1. Navigate to `/connect/pay` in the dashboard 2. Verify the route resolves correctly 3. Ensure the page loads without any routing errors ### Why make this change? To enable proper routing and rendering of the new payment page in the Connect section of the dashboard
1 parent c7be92f commit 1d844ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = [
99
// -- connect
1010
"/connect",
1111
"/connect/sign-in",
12+
"/connect/pay",
1213
// -- nebula
1314
"/nebula",
1415
// --insight

0 commit comments

Comments
 (0)