From 2479f75d8a31f40b49d9271ec922efdd68794f90 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 13 Feb 2020 02:48:52 +0900 Subject: インスタンス情報ページとMisskey情報ページを分離するなど MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/init.ts') diff --git a/src/client/init.ts b/src/client/init.ts index a3953dcd0f..b013637f7f 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -149,7 +149,7 @@ os.init(async () => { store: os.store, metaInfo: { title: null, - titleTemplate: title => title ? `${title} | ${instanceName}` : instanceName + titleTemplate: title => title ? `${title} | ${(instanceName || 'Misskey')}` : (instanceName || 'Misskey') }, data() { return { -- cgit v1.2.3-freya