Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Merge pull request #27 from brentschroeter/fixes-default-basename
Browse files Browse the repository at this point in the history
Change default basename from '/' to empty string
  • Loading branch information
tptee authored Aug 11, 2016
2 parents e9ad808 + f7e0883 commit 184dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store-enhancer.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default ({
routes,
pathname,
query,
basename = '/',
basename = '',
forServerRender = false,
createMatcher = matcherFactory,
history: userHistory
Expand Down

0 comments on commit 184dfeb

Please sign in to comment.