mirror of
https://github.com/dap-ps/discover.git
synced 2025-03-03 18:30:32 +00:00
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…
x
Reference in New Issue
Block a user