Skip to content

Commit f331f01

Browse files
committed
Add /nebula framer rewrite in dashboard (#5414)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the routing paths in the `apps/dashboard/framer-rewrites.js` file by adding a new route and modifying existing ones. ### Detailed summary - Added the route `"/nebula"`. - Changed the `"/connect/sign-in"` route to `"/connect/sign-in"` (no change). - Modified the `"/contracts/modular-contracts"` route. - Modified the `"/contracts/explore"` route. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 7bbe60f commit f331f01

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
@@ -5,6 +5,7 @@ module.exports = [
55
// -- product landing pages --
66
// -- connect
77
"/connect/sign-in",
8+
"/nebula",
89
// -- contracts
910
"/contracts/modular-contracts",
1011
"/contracts/explore",

0 commit comments

Comments
 (0)