diff --git a/webpack/module/rules/consts.ts b/webpack/module/rules/consts.ts index 2469ecf34..42235d22e 100644 --- a/webpack/module/rules/consts.ts +++ b/webpack/module/rules/consts.ts @@ -15,7 +15,12 @@ export default lang => { _SW_PUBLICKEY_: JSON.stringify(config.sw.public_key), _THEME_COLOR_: JSON.stringify(constants.themeColor), _VERSION_: JSON.stringify(version), + _STATUS_URL_: JSON.stringify(config.status_url), + _STATS_URL_: JSON.stringify(config.stats_url), + _ABOUT_URL_: JSON.stringify(config.about_url), _API_URL_: JSON.stringify(config.api_url), + _DEV_URL_: JSON.stringify(config.dev_url), + _CH_URL_: JSON.stringify(config.ch_url), _LANG_: JSON.stringify(lang), _HOST_: JSON.stringify(config.host), _URL_: JSON.stringify(config.url),