mirror of https://github.com/dap-ps/discover.git
Navigation issues
This commit is contained in:
parent
9e93d80d8d
commit
069595fbcd
|
@ -5,7 +5,7 @@ import thunk from 'redux-thunk'
|
|||
import reducer from './reducers'
|
||||
|
||||
export const history = createBrowserHistory({
|
||||
basename: process.env.NODE_ENV === 'development' ? '/' : '/discover-dapps/',
|
||||
basename: process.env.NODE_ENV === 'localhost' ? '/' : '/discover-dapps/',
|
||||
})
|
||||
|
||||
const composeWithDevTools =
|
||||
|
|
Loading…
Reference in New Issue