From 70ed73e7050ab6fc0975b1d202956367b0e1a0c9 Mon Sep 17 00:00:00 2001 From: jnsdls Date: Tue, 5 Nov 2024 01:03:05 +0000 Subject: [PATCH] add new framer rewrite paths and organize with comments (#5299) --- apps/dashboard/framer-rewrites.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/apps/dashboard/framer-rewrites.js b/apps/dashboard/framer-rewrites.js index 77efc9efa5e..41e01f5d0c4 100644 --- a/apps/dashboard/framer-rewrites.js +++ b/apps/dashboard/framer-rewrites.js @@ -1,10 +1,20 @@ // add framer paths here module.exports = [ + // -- home "/", + // -- product landing pages -- + // -- connect "/connect/sign-in", + // -- contracts "/contracts/modular-contracts", - "/unlimited-wallets", + "/contracts/explore", + "/contracts/deployment-tool", + // -- engine "/engine", + // -- solutions pages -- "/solutions/gaming", "/solutions/consumer-apps", + "/solutions/defi", + // -- campaigns -- + "/unlimited-wallets", ];