Fix platform logo
This commit is contained in:
@@ -193,7 +193,7 @@ export const PLATFORM_PRIVACY = import.meta.env.VITE_PLATFORM_PRIVACY
|
|||||||
|
|
||||||
export const PLATFORM_LOGO = import.meta.env.PROD
|
export const PLATFORM_LOGO = import.meta.env.PROD
|
||||||
? PLATFORM_URL + "/logo.png"
|
? PLATFORM_URL + "/logo.png"
|
||||||
: import.meta.env.VITE_PLATFORM_LOGO || PLATFORM_URL + "/logo.png"
|
: import.meta.env.VITE_PLATFORM_LOGO.replace(/^static/, "") || PLATFORM_URL + "/logo.png"
|
||||||
|
|
||||||
export const PLATFORM_NAME = import.meta.env.VITE_PLATFORM_NAME
|
export const PLATFORM_NAME = import.meta.env.VITE_PLATFORM_NAME
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user