Skip to content

Commit

Permalink
DRY up
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Sep 9, 2020
1 parent c168446 commit c67e33a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions vercel.json
Expand Up @@ -52,12 +52,8 @@
"destination": "https://develop.sentry.dev/sdk/"
},
{
"source": "/server/config(/?)",
"destination": "https://develop.sentry.dev/config/"
},
{
"source": "/server/queue(/?)",
"destination": "https://develop.sentry.dev/services/queue/"
"source": "/server/(config|queue)(/?)",
"destination": "https://develop.sentry.dev/$1/"
},
{
"source": "/server/(.*)",
Expand Down

0 comments on commit c67e33a

Please sign in to comment.