Commit d0ff843e authored by Dobli's avatar Dobli
Browse files

use /landing/ as base path

parent ef85d040
{ {
"name": "pb-framr", "name": "pb-framr",
"homepage": "/landing/",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
......
...@@ -45,7 +45,7 @@ class App extends Component { ...@@ -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 // Drawer navigation
navigateToIndex = (index) => { navigateToIndex = (index) => {
...@@ -79,6 +79,7 @@ class App extends Component { ...@@ -79,6 +79,7 @@ class App extends Component {
return !buildings.length ? ("Loading"):( return !buildings.length ? ("Loading"):(
<div className="application"> <div className="application">
<Helmet> <Helmet>
<base href="/landing/" />
<meta charSet="utf-8" /> <meta charSet="utf-8" />
<title>Building Manager</title> <title>Building Manager</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" /> <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