Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
S1nthesis authored Oct 28, 2023
1 parent 476c9c7 commit 4a7419c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{ "source": "/auth", "destination": "https://gatekeeper.vercel.app/" },
{ "source": "/auth/(.*)", "destination": "https://gatekeeper.vercel.app/$1" },
{ "source": "/apply(.*)", "destination": "https://aegis-three.vercel.app/apply$1" },
{ "source": "/challenges(.*)", "destination": "https://challenges-ochre.vercel.app/challenges$1" },
{ "source": "/docs/img/(.*)", "destination": "https://datasaurus-omega.vercel.app/img/$1" },
{ "source": "/docs(.*)", "destination": "https://datasaurus-omega.vercel.app/docs$1" },
{ "source": "/qr(.*)", "destination": "https://qr-wheat.vercel.app/qr$1" },
Expand Down

1 comment on commit 4a7419c

@vercel
Copy link

@vercel vercel bot commented on 4a7419c Oct 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.