diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-15 23:19:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-15 23:19:04 +0900 |
| commit | be1125dcb92d8c6e972e00ac4697e136d0fec2bd (patch) | |
| tree | 76e69a0fadf42b6e880ab604cb2f86860ab24896 /src/client/app/config.ts | |
| parent | Update index.ts (#3624) (diff) | |
| download | misskey-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.ts | 1 |
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_; |