Skip to content

Commit

Permalink
Add rewrite for addons home
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Jun 22, 2024
1 parent 079fad1 commit feb964a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/frontpage/vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"rewrites": [
{
"source": "/addons",
"destination": "https://web-addon-catalog.vercel.app/addons"
},
{
"source": "/addons/:match*",
"destination": "https://web-addon-catalog.vercel.app/addons/:match*"
Expand Down

0 comments on commit feb964a

Please sign in to comment.