Skip to content

Commit 462e1e1

Browse files
committed
Playground: Redirect corrections
1 parent 93f913c commit 462e1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/playground-web/next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@ const nextConfig = {
148148
permanent: false,
149149
},
150150
{
151-
source: "/insight",
151+
source: "/insight/:path*",
152152
destination: "https://insight.thirdweb.com/reference",
153153
permanent: false,
154154
},
155155
{
156-
source: "/payments/backend",
156+
source: "/payments/backend/:path*",
157157
destination: "/reference#tag/payments",
158158
permanent: false,
159159
},

0 commit comments

Comments
 (0)