Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
shanamatthews committed Jun 16, 2023
1 parent 7a8604d commit b125b48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,11 @@
"destination": "/platforms/javascript/guides/$1/sourcemaps/troubleshooting_js/"
},
{
"source": "/platforms/([^/]*)/guides/([^/]*)/sourcemaps/(generating|best-practices|artifact-and-release-bundles)/",
"source": "/platforms/([^/]*)sourcemaps/(generating|uploading|validating|best-practices|artifact-and-release-bundles|)/",
"destination": "/platforms/$1/sourcemaps/"
},
{
"source": "/platforms/([^/]*)/guides/([^/]*)/sourcemaps/(generating|uploading|validating|best-practices|artifact-and-release-bundles)/",
"destination": "/platforms/$1/guides/$2/sourcemaps/"
}
]
Expand Down

0 comments on commit b125b48

Please sign in to comment.