We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0835f7 commit 097a5ecCopy full SHA for 097a5ec
apps/dashboard/framer-rewrites.js
@@ -26,7 +26,7 @@ module.exports = [
26
"/solutions/defi",
27
"/solutions/ecosystem",
28
// -- campaigns --
29
- "/unlimited-wallets",
+ // "/unlimited-wallets", -- OFF for now
30
// -- TPP --
31
"/trusted-partner-program",
32
"/trusted-partner-program/:partner_slug",
apps/dashboard/redirects.js
@@ -331,6 +331,12 @@ async function redirects() {
331
destination: "/templates/:slug",
332
permanent: false,
333
},
334
+ // PREVIOUS CAMPAIGNS
335
+ {
336
+ source: "/unlimited-wallets",
337
+ destination: "/",
338
+ permanent: false,
339
+ },
340
...legacyDashboardToTeamRedirects,
341
];
342
}
0 commit comments