diff --git a/apps/playground-web/next.config.mjs b/apps/playground-web/next.config.mjs index 48675364033..b6f239b9857 100644 --- a/apps/playground-web/next.config.mjs +++ b/apps/playground-web/next.config.mjs @@ -148,12 +148,12 @@ const nextConfig = { permanent: false, }, { - source: "/insight", + source: "/insight/:path*", destination: "https://insight.thirdweb.com/reference", permanent: false, }, { - source: "/payments/backend", + source: "/payments/backend/:path*", destination: "/reference#tag/payments", permanent: false, },