react js route not working on production code example
Example: react routes not working after build
// replace
import { BrowserRouter, Route, Link, Switch } from 'react-router-dom';
// by
import { HashRouter, Route, Link, Switch } from 'react-router-dom';