From 076956640871df99249e43e7df133f4f4e06043e Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 17 Dec 2017 01:41:22 +0900 Subject: :v: --- webpack/plugins/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webpack') 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, -- cgit v1.2.3-freya