From b2aaee378dac757ccc944d649c9d7c61294b08cd Mon Sep 17 00:00:00 2001 From: AP Date: Sun, 5 Jul 2020 12:47:43 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20incorrect=20asset=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index a1d47cf7..8768186e 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -5,6 +5,7 @@ import { ServerAccounts } from 'src/components/accounts/ServerAccounts'; import { useAccountState } from 'src/context/AccountContext'; import getConfig from 'next/config'; import { ThunderStorm } from 'src/views/homepage/HomePage.styled'; +import { appendBasePath } from 'src/utils/basePath'; import { SessionLogin } from '../src/views/login/SessionLogin'; import { TopSection } from '../src/views/homepage/Top'; import { LoginBox } from '../src/views/homepage/LoginBox'; @@ -20,7 +21,7 @@ const ContextApp = () => { return ( <> - + {!finishedFetch && (