Skip to content

Commit

Permalink
Fixing redirect for /about/
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Aug 6, 2019
1 parent 5cbb363 commit b2c71b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_redirects.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<%_ for (lang of langs) { _%>
/game/* /<%-lang %>/index.html 200 Language=<%-lang %>
/about/ /<%-lang %>/index.html 200 Language=<%-lang %>
/* /<%-lang %>/:splat 200 Language=<%-lang %>
<% } _%>
/game/* /index.html 200
/about/* /index.html 200

0 comments on commit b2c71b7

Please sign in to comment.