diff options
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, |