chore: avoid useHead
naming conflicts
This commit is contained in:
parent
0acc0f7689
commit
98a647f8ca
16 changed files with 19 additions and 18 deletions
|
@ -7,7 +7,7 @@ const { t } = useI18n()
|
|||
const { data: account, refresh } = $(await useAsyncData(() => fetchAccountByName(accountName).catch(() => null)))
|
||||
|
||||
if (account) {
|
||||
useHead({
|
||||
useHeadFixed({
|
||||
title: () => `${getDisplayName(account)} (@${account.acct})`,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue