Skip to content

Commit 70ed73e

Browse files
committed
add new framer rewrite paths and organize with comments (#5299)
1 parent 5398cb4 commit 70ed73e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
// add framer paths here
22
module.exports = [
3+
// -- home
34
"/",
5+
// -- product landing pages --
6+
// -- connect
47
"/connect/sign-in",
8+
// -- contracts
59
"/contracts/modular-contracts",
6-
"/unlimited-wallets",
10+
"/contracts/explore",
11+
"/contracts/deployment-tool",
12+
// -- engine
713
"/engine",
14+
// -- solutions pages --
815
"/solutions/gaming",
916
"/solutions/consumer-apps",
17+
"/solutions/defi",
18+
// -- campaigns --
19+
"/unlimited-wallets",
1020
];

0 commit comments

Comments
 (0)