Skip to content

Commit

Permalink
Merge 61f4d72 into 07b4639
Browse files Browse the repository at this point in the history
  • Loading branch information
bil4444 committed Sep 30, 2018
2 parents 07b4639 + 61f4d72 commit 3098daa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ app.prepare().then(() => {
case '/tw':
await send(ctx, './static/index-zh.html');
break;
case '/workshop':
ctx.redirect(
'https://via.hypothes.is/https://g0v.hackmd.io/s/S1-Vd4RFm'
);
break;
default:
await next();
}
Expand Down

0 comments on commit 3098daa

Please sign in to comment.