Skip to content

Commit

Permalink
Merge pull request #274 from darwinia-network/jay-fix-route
Browse files Browse the repository at this point in the history
fix: route 404
  • Loading branch information
1022ranji authored Feb 21, 2022
2 parents e9919bb + 0d9a9c9 commit 15171d1
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 15171d1

Please sign in to comment.