1
0
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:
andytudhope 2019-08-08 16:09:15 +02:00
parent 9e93d80d8d
commit 069595fbcd

View File

@ -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 =