remove github pages specific config
This commit is contained in:
parent
7c1e3e337d
commit
1ddcc3f32a
|
@ -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})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue