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 ea4e2fe commit b4d365bCopy full SHA for b4d365b
apps/dashboard/framer-rewrites.js
@@ -10,7 +10,7 @@ module.exports = [
10
"/wallets",
11
"/account-abstraction",
12
"/payments",
13
- "/payments/x402",
+ "/x402",
14
"/nexus",
15
"/auth",
16
"/in-app-wallets",
apps/dashboard/redirects.js
@@ -479,6 +479,11 @@ async function redirects() {
479
destination: "/tokens",
480
permanent: false,
481
},
482
+ {
483
+ source: "/payments/x402",
484
+ destination: "/x402",
485
+ permanent: false,
486
+ },
487
];
488
}
489
0 commit comments