Commit d0ff843e authored by Dobli's avatar Dobli
Browse files

use /landing/ as base path

parent ef85d040
{
"name": "pb-framr",
"homepage": "/landing/",
"version": "0.1.0",
"private": true,
"dependencies": {
......
......@@ -45,7 +45,7 @@ class App extends Component {
})
}
logoImg = <img className="App-logo" src={process.env.PUBLIC_URL + '/logo.svg'} alt="Logo" />;
logoImg = <img className="App-logo" src={'logo.svg'} alt="Logo" />;
// Drawer navigation
navigateToIndex = (index) => {
......@@ -79,6 +79,7 @@ class App extends Component {
return !buildings.length ? ("Loading"):(
<div className="application">
<Helmet>
<base href="/landing/" />
<meta charSet="utf-8" />
<title>Building Manager</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment