|
@@ -23,7 +23,7 @@ export function getAppEnvConfig() {
|
|
|
: window[ENV_NAME as any]) as unknown as GlobEnvConfig;
|
|
|
|
|
|
const {
|
|
|
- VITE_GLOB_APP_TITLE,
|
|
|
+ unescape(VITE_GLOB_APP_TITLE),
|
|
|
VITE_GLOB_API_URL,
|
|
|
VITE_GLOB_APP_SHORT_NAME,
|
|
|
VITE_GLOB_API_URL_PREFIX,
|
|
@@ -37,7 +37,7 @@ export function getAppEnvConfig() {
|
|
|
}
|
|
|
|
|
|
return {
|
|
|
- '& Meta',
|
|
|
+ unescape(VITE_GLOB_APP_TITLE),
|
|
|
VITE_GLOB_API_URL,
|
|
|
VITE_GLOB_APP_SHORT_NAME,
|
|
|
VITE_GLOB_API_URL_PREFIX,
|