インスタンス情報ページとMisskey情報ページを分離するなど
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
export function getInstanceName() {
|
||||
const siteName = document.querySelector('meta[property="og:site_name"]') as HTMLMetaElement;
|
||||
if (siteName && siteName.content) {
|
||||
return siteName.content;
|
||||
}
|
||||
|
||||
return 'Misskey';
|
||||
}
|
Reference in New Issue
Block a user