Skip to content

Commit

Permalink
generalize
Browse files Browse the repository at this point in the history
  • Loading branch information
shanamatthews committed Jun 16, 2023
1 parent e51fd53 commit 8266ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@
"destination": "/platforms/javascript/guides/$1/sourcemaps/troubleshooting_js/"
},
{
"source": "/platforms/node/guides/([^/]*)/sourcemaps/best-practices/",
"destination": "/platforms/node/guides/$1/sourcemaps/"
"source": "/platforms/([^/]*)/guides/([^/]*)/sourcemaps/([^/]*)/",
"destination": "/platforms/$1/guides/$2/sourcemaps/"
}
]
}

0 comments on commit 8266ebe

Please sign in to comment.