From 74f3a6aadbb01b7032d40b82cf725ec706b103a3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 17 Dec 2017 04:31:24 +0900 Subject: :v: --- webpack/plugins/consts.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'webpack/plugins') 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, -- cgit v1.2.3-freya