Skip to content

Commit

Permalink
fix: route 404
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Feb 21, 2022
1 parent e9919bb commit 0d9a9c9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,20 @@
}
]
}
],
"rewrites": [
{ "source": "/faq", "destination": "/index.html" },
{ "source": "/brand", "destination": "/index.html" },
{ "source": "/ambassador", "destination": "/index.html" },
{ "source": "/community", "destination": "/index.html" },
{ "source": "/blog", "destination": "/index.html" },
{ "source": "/reports", "destination": "/index.html" },
{ "source": "/events", "destination": "/index.html" },
{ "source": "/videos", "destination": "/index.html" },
{ "source": "/news", "destination": "/index.html" },
{ "source": "/tech", "destination": "/index.html" },
{ "source": "/economic_model", "destination": "/index.html" },
{ "source": "/plo", "destination": "/index.html" },
{ "source": "/plo_contribute", "destination": "/index.html" }
]
}

0 comments on commit 0d9a9c9

Please sign in to comment.