From e10b29e0c64ef28c3482637f0ac0a91291a9fcbe Mon Sep 17 00:00:00 2001 From: Paul Bienkowski Date: Sun, 28 Feb 2021 22:11:32 +0100 Subject: [PATCH] frontend: Configure base-href and router with PUBLIC_URL --- frontend/public/index.html | 1 + frontend/src/App.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index ff0f5f9..f13871a 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -1,6 +1,7 @@ + diff --git a/frontend/src/App.js b/frontend/src/App.js index 5b6fc5f..7539be8 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -20,7 +20,7 @@ import {LoginButton} from 'components' const App = connect((state) => ({login: state.login}))(function App({login}) { return ( - +