remove github pages specific config

This commit is contained in:
Daniel Ternyak 2017-04-26 22:13:39 -05:00
parent 7c1e3e337d
commit 1ddcc3f32a
1 changed files with 1 additions and 3 deletions

View File

@ -14,8 +14,6 @@ export const Routing = () => (
function getHistory() {
const basename = process.env.BUILD_GH_PAGES
? '/react-semantic.ui-starter'
: ''
const basename = ''
return useBasename(() => browserHistory)({basename})
}