diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-17 04:31:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-17 04:31:24 +0900 |
| commit | 74f3a6aadbb01b7032d40b82cf725ec706b103a3 (patch) | |
| tree | 45fb9473a85300d1c8788a1500722d54334d16c5 /webpack/plugins | |
| parent | :v: (diff) | |
| download | sharkey-74f3a6aadbb01b7032d40b82cf725ec706b103a3.tar.gz sharkey-74f3a6aadbb01b7032d40b82cf725ec706b103a3.tar.bz2 sharkey-74f3a6aadbb01b7032d40b82cf725ec706b103a3.zip | |
:v:
Diffstat (limited to 'webpack/plugins')
| -rw-r--r-- | webpack/plugins/consts.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack/plugins/consts.ts b/webpack/plugins/consts.ts index 6e18fa296d..16a5691622 100644 --- a/webpack/plugins/consts.ts +++ b/webpack/plugins/consts.ts @@ -13,6 +13,7 @@ export default lang => { _RECAPTCHA_SITEKEY_: config.recaptcha.site_key, _SW_PUBLICKEY_: config.sw ? config.sw.public_key : null, _THEME_COLOR_: constants.themeColor, + _COPYRIGHT_: constants.copyright, _VERSION_: version, _STATUS_URL_: config.status_url, _STATS_URL_: config.stats_url, |