diff --git a/frontend/package.json b/frontend/package.json index 4c0b458..18f3eb8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,7 @@ { "name": "simcompanies-dashboard", "version": "0.1.0", + "homepage": "https://projects.oliver.boehlk.io/simcompanies", "private": true, "dependencies": { "@material-ui/core": "^4.9.8", @@ -37,4 +38,4 @@ ] }, "proxy": "http://127.0.0.1:3001" -} +} \ No newline at end of file diff --git a/frontend/src/App.js b/frontend/src/App.js index 0ec23e5..4a814cb 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -12,7 +12,7 @@ class App extends Component { render() { //change basename in browserrouter if uri changes return ( - + );