diff options
Diffstat (limited to 'webpack')
| -rw-r--r-- | webpack/plugins/consts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack/plugins/consts.ts b/webpack/plugins/consts.ts index 7d1ff7c8d5..6e18fa296d 100644 --- a/webpack/plugins/consts.ts +++ b/webpack/plugins/consts.ts @@ -16,7 +16,7 @@ export default lang => { _VERSION_: version, _STATUS_URL_: config.status_url, _STATS_URL_: config.stats_url, - _ABOUT_URL_: config.about_url, + _DOCS_URL_: config.docs_url, _API_URL_: config.api_url, _DEV_URL_: config.dev_url, _CH_URL_: config.ch_url, |