diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-17 01:41:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-17 01:41:22 +0900 |
| commit | 076956640871df99249e43e7df133f4f4e06043e (patch) | |
| tree | bc48a3d3e79e6bddddea28b8d7b848fc3e77f11a /webpack | |
| parent | v3390 (diff) | |
| download | sharkey-076956640871df99249e43e7df133f4f4e06043e.tar.gz sharkey-076956640871df99249e43e7df133f4f4e06043e.tar.bz2 sharkey-076956640871df99249e43e7df133f4f4e06043e.zip | |
:v:
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, |