Skip to content

Commit

Permalink
Update vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
S1nthesis authored Sep 22, 2023
1 parent dcd2f81 commit 93b5ebf
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 @@ -3,6 +3,7 @@
{ "source": "/assets/(.*)", "destination": "https://datasaurus-omega.vercel.app/assets/$1" },
{ "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" },
Expand Down

1 comment on commit 93b5ebf

@vercel
Copy link

@vercel vercel bot commented on 93b5ebf Sep 22, 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.