Skip to content

Commit 9573b2f

Browse files
committed
move account abstraction page to connect directory (#6161)
closes: TOOL-3311
1 parent b004a07 commit 9573b2f

File tree

4 files changed

+7
-269
lines changed

4 files changed

+7
-269
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = [
1010
"/connect",
1111
"/connect/sign-in",
1212
"/connect/pay",
13+
"/connect/account-abstraction",
1314
// -- nebula
1415
"/nebula",
1516
// --insight

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+
// redirect /account-abstraction to /connect/account-abstraction
335+
{
336+
source: "/account-abstraction",
337+
destination: "/connect/account-abstraction",
338+
permanent: false,
339+
},
334340
// PREVIOUS CAMPAIGNS
335341
{
336342
source: "/unlimited-wallets",

apps/dashboard/src/app/(landing)/account-abstraction/page.tsx

Lines changed: 0 additions & 207 deletions
This file was deleted.

apps/dashboard/src/components/landing-pages/showcase-image.tsx

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)