Skip to content

Commit 208c246

Browse files
fix(nextjs-redirects): Fix unexpected nextjs redirects (#12877)
1 parent de93cb8 commit 208c246

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/middleware.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,10 +1330,6 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
13301330
from: '/platforms/javascript/sourcemaps/uploading-without-debug-ids/',
13311331
to: '/platforms/javascript/sourcemaps/troubleshooting_js/',
13321332
},
1333-
{
1334-
from: '/platforms/javascript/guides/nextjs/sourcemaps/troubleshooting_js/legacy-uploading-methods/',
1335-
to: '/platforms/javascript/sourcemaps/troubleshooting_js/',
1336-
},
13371333
{
13381334
from: '/platforms/javascript/sourcemaps/troubleshooting_js/verify-artifact-distribution-value-matches-value-configured-in-your-sdk/',
13391335
to: '/platforms/javascript/sourcemaps/troubleshooting_js/',

0 commit comments

Comments
 (0)