Skip to content

Commit

Permalink
Merge ab491a0 into 532fbc0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jul 18, 2018
2 parents 532fbc0 + ab491a0 commit 8303372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ app.prepare().then(() => {
await send(ctx, './static/index-en.html');
break;
case '/tw':
await send(ctx, './static/index-tw.html');
await send(ctx, './static/index-zh.html');
break;
default:
await next();
Expand Down

0 comments on commit 8303372

Please sign in to comment.