diff --git a/public/components/App.jsx b/public/components/App.jsx index cc21bea..601937e 100644 --- a/public/components/App.jsx +++ b/public/components/App.jsx @@ -72,7 +72,7 @@ class App extends React.Component { //For testing you can switch the router type let RouterType = BrowserRouter; - if(true) RouterType = HashRouter; + if(process.env.NODE_ENV === 'development') RouterType = HashRouter; return (