We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee01726 commit 087a347Copy full SHA for 087a347
redirects.js
@@ -589,6 +589,12 @@ const userDocsRedirects = [
589
source: '/platforms/javascript/sourcemaps/troubleshooting_js/artifact-bundles/',
590
destination: '/platforms/javascript/sourcemaps/troubleshooting_js/debug-ids/',
591
},
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
+ },
598
{
599
source: '/platforms/minidump/crashpad/:path*',
600
destination: '/platforms/native/guides/crashpad/:path*',
0 commit comments