mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 06:21:37 +01:00
fix: ๐ incorrect asset url
This commit is contained in:
parent
3051fdd5d5
commit
b2aaee378d
1 changed files with 2 additions and 1 deletions
|
@ -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 (
|
||||
<>
|
||||
<ThunderStorm alt={''} src={'/static/thunderstorm.gif'} />
|
||||
<ThunderStorm alt={''} src={appendBasePath('/static/thunderstorm.gif')} />
|
||||
<TopSection />
|
||||
{!finishedFetch && (
|
||||
<Section color={'transparent'}>
|
||||
|
|
Loadingโฆ
Add table
Reference in a new issue