mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-14 23:00:06 +09:00
インスタンス情報ページとMisskey情報ページを分離するなど
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user