Skip to content

Commit 097a5ec

Browse files
committed
redirect unlimited-wallets campaign to home
1 parent a0835f7 commit 097a5ec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = [
2626
"/solutions/defi",
2727
"/solutions/ecosystem",
2828
// -- campaigns --
29-
"/unlimited-wallets",
29+
// "/unlimited-wallets", -- OFF for now
3030
// -- TPP --
3131
"/trusted-partner-program",
3232
"/trusted-partner-program/:partner_slug",

apps/dashboard/redirects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,12 @@ async function redirects() {
331331
destination: "/templates/:slug",
332332
permanent: false,
333333
},
334+
// PREVIOUS CAMPAIGNS
335+
{
336+
source: "/unlimited-wallets",
337+
destination: "/",
338+
permanent: false,
339+
},
334340
...legacyDashboardToTeamRedirects,
335341
];
336342
}

0 commit comments

Comments
 (0)