update the config.json

This commit is contained in:
Lee
2024-04-19 23:13:14 +01:00
parent 6e2fc9e13b
commit d0f926f330
5 changed files with 16 additions and 16 deletions

View File

@ -31,7 +31,7 @@ export function ServerView({ server, favicon }: ServerViewProps): ReactElement {
>
{/* Favicon */}
<Image
src={favicon || `${config.apiUrl}/server/icon/fallback`}
src={favicon || `${config.apiEndpoint}/server/icon/fallback`}
alt={`${server.hostname}'s Favicon`}
width={64}
height={64}