From f825cb102661b2085edcb12aafb47c2a8548d1c7 Mon Sep 17 00:00:00 2001 From: Jonas Daniels Date: Tue, 30 Sep 2025 15:26:52 -0700 Subject: [PATCH] Add /payments/x402 to framer-rewrites --- apps/dashboard/framer-rewrites.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/framer-rewrites.js b/apps/dashboard/framer-rewrites.js index 7c6a87b3bca..917f871f4d1 100644 --- a/apps/dashboard/framer-rewrites.js +++ b/apps/dashboard/framer-rewrites.js @@ -10,6 +10,7 @@ module.exports = [ "/wallets", "/account-abstraction", "/payments", + "/payments/x402", "/auth", "/in-app-wallets", "/transactions",