Skip to content

Commit

Permalink
Support html5 history mode routing (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
snaptopixel authored and fathyb committed Jul 31, 2018
1 parent ffc48c6 commit e4ec369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Server.js
Expand Up @@ -36,6 +36,7 @@ function enableCors(res) {
function middleware(bundler) {
const serve = serveStatic(bundler.options.outDir, {
index: false,
redirect: false,
setHeaders: setHeaders
});

Expand Down

0 comments on commit e4ec369

Please sign in to comment.