Various fixes

This commit is contained in:
Spectralitree 2020-12-09 23:56:35 +01:00
parent 63eecd3f94
commit f526a6c40f
6 changed files with 40 additions and 35 deletions

View file

@ -6,7 +6,7 @@ import './index.css';
import App from './App';
ReactDOM.render(
<Router history={history}>
<Router history={history} basename="/pk-webs">
<App />
</Router>,
document.getElementById('root')