インスタンス情報ページとMisskey情報ページを分離するなど

This commit is contained in:
syuilo
2020-02-13 02:48:52 +09:00
parent f0d187f71e
commit 2479f75d8a
9 changed files with 103 additions and 70 deletions

View File

@ -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 {