Skip to content

Commit 242d273

Browse files
authored
fix nextjs sourcemap upload 404 (#12012)
closes #12004
1 parent b8cc23f commit 242d273

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redirects.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const userDocsRedirects = [
218218
source: '/organization/integrations/launchdarkly/',
219219
destination: '/organization/integrations/feature-flag/launchdarkly/',
220220
},
221+
{
222+
source: '/platforms/javascript/guides/nextjs/sourcemaps/uploading/',
223+
destination: '/platforms/javascript/guides/nextjs/sourcemaps/',
224+
},
221225
{
222226
source: '/organization/integrations/vercel/',
223227
destination: '/organization/integrations/deployment/vercel/',

0 commit comments

Comments
 (0)