Skip to content

Commit

Permalink
fix(src): fix route
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Feb 12, 2017
1 parent 6b30eb6 commit 324301a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Expand Up @@ -68,6 +68,8 @@ const mainRender = function (cb) {

if (!route) {
page = OPTIONS.homepage || 'README.md'
} else if (/\.md$/.test(route)) {
page = route
} else if (/\/$/.test(route)) {
page = `${route}README.md`
} else {
Expand Down

0 comments on commit 324301a

Please sign in to comment.