Skip to content

Commit 087a347

Browse files
add one more redirect
1 parent ee01726 commit 087a347

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

redirects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,12 @@ const userDocsRedirects = [
589589
source: '/platforms/javascript/sourcemaps/troubleshooting_js/artifact-bundles/',
590590
destination: '/platforms/javascript/sourcemaps/troubleshooting_js/debug-ids/',
591591
},
592+
{
593+
source:
594+
'/platforms/:platform/guides/:guide/sourcemaps/troubleshooting_js/artifact-bundles/',
595+
destination:
596+
'/platforms/:platform/guides/:guide/sourcemaps/troubleshooting_js/debug-ids/',
597+
},
592598
{
593599
source: '/platforms/minidump/crashpad/:path*',
594600
destination: '/platforms/native/guides/crashpad/:path*',

0 commit comments

Comments
 (0)