summaryrefslogtreecommitdiff
path: root/src/client/app/config.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-15 23:19:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-15 23:19:04 +0900
commitbe1125dcb92d8c6e972e00ac4697e136d0fec2bd (patch)
tree76e69a0fadf42b6e880ab604cb2f86860ab24896 /src/client/app/config.ts
parentUpdate index.ts (#3624) (diff)
downloadmisskey-be1125dcb92d8c6e972e00ac4697e136d0fec2bd.tar.gz
misskey-be1125dcb92d8c6e972e00ac4697e136d0fec2bd.tar.bz2
misskey-be1125dcb92d8c6e972e00ac4697e136d0fec2bd.zip
OGP向けにインスタンスのバナー画像を提供するように
Diffstat (limited to 'src/client/app/config.ts')
-rw-r--r--src/client/app/config.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/config.ts b/src/client/app/config.ts
index 0374ff0f95..c88214d3b3 100644
--- a/src/client/app/config.ts
+++ b/src/client/app/config.ts
@@ -16,7 +16,6 @@ export const wsUrl = url.replace('http://', 'ws://').replace('https://', 'wss://
export const lang = window.lang;
export const langs = _LANGS_;
export const locale = JSON.parse(localStorage.getItem('locale'));
-export const themeColor = _THEME_COLOR_;
export const copyright = _COPYRIGHT_;
export const version = _VERSION_;
export const clientVersion = _CLIENT_VERSION_;