switch to a new domain name

This commit is contained in:
Spectralitree 2021-07-31 13:03:29 +02:00
parent 2aafdec40b
commit 86b57dcbd0
13 changed files with 28 additions and 28 deletions

View file

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