// replace
import { BrowserRouter, Route, Link, Switch } from 'react-router-dom';
// by
import { HashRouter, Route, Link, Switch } from 'react-router-dom';
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]