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", ];