diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-06-15 19:56:18 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-06-15 19:56:18 +0900 |
| commit | e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8 (patch) | |
| tree | 792a93a6fb3934aa759194e8efad72a28b62f994 /src/client/app/config.ts | |
| parent | :v: (diff) | |
| download | misskey-e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8.tar.gz misskey-e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8.tar.bz2 misskey-e6f33e997fbbcdee7b661f4a78b01767b5d6b2f8.zip | |
:art:
Diffstat (limited to 'src/client/app/config.ts')
| -rw-r--r-- | src/client/app/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/app/config.ts b/src/client/app/config.ts index e4a7ff6d38..c6efe26cd5 100644 --- a/src/client/app/config.ts +++ b/src/client/app/config.ts @@ -19,6 +19,7 @@ declare const _VERSION_: string; declare const _CODENAME_: string; declare const _LICENSE_: string; declare const _GOOGLE_MAPS_API_KEY_: string; +declare const _WELCOME_BG_URL_: string; export const host = _HOST_; export const hostname = _HOSTNAME_; @@ -41,3 +42,4 @@ export const version = _VERSION_; export const codename = _CODENAME_; export const license = _LICENSE_; export const googleMapsApiKey = _GOOGLE_MAPS_API_KEY_; +export const welcomeBgUrl = _WELCOME_BG_URL_; |