fix: broken error images
This commit is contained in:
parent
adbea34c11
commit
f68c0ac05d
2 changed files with 6 additions and 6 deletions
|
|
@ -193,9 +193,9 @@ export class ClientServerService {
|
|||
icon: meta.iconUrl,
|
||||
appleTouchIcon: meta.app512IconUrl,
|
||||
themeColor: meta.themeColor,
|
||||
serverErrorImageUrl: meta.serverErrorImageUrl ?? '/status/error.png',
|
||||
infoImageUrl: meta.infoImageUrl ?? '/status/nothinghere.png',
|
||||
notFoundImageUrl: meta.notFoundImageUrl ?? '/status/missingpage.webp',
|
||||
serverErrorImageUrl: meta.serverErrorImageUrl ?? '/client-assets/status/error.png',
|
||||
infoImageUrl: meta.infoImageUrl ?? '/client-assets/status/nothinghere.png',
|
||||
notFoundImageUrl: meta.notFoundImageUrl ?? '/client-assets/status/missingpage.webp',
|
||||
instanceUrl: this.config.url,
|
||||
randomMOTD: this.config.customMOTD ? this.config.customMOTD[Math.floor(Math.random() * this.config.customMOTD.length)] : undefined,
|
||||
metaJson: htmlSafeJsonStringify(await this.metaEntityService.packDetailed(meta)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue