feat: support page titles in opengraph data
This commit is contained in:
parent
da8594dbf1
commit
a12d3d09b1
7 changed files with 20 additions and 6 deletions
|
@ -8,7 +8,7 @@ const paginator = useMasto().v1.trends.listLinks()
|
|||
const hideNewsTips = useLocalStorage(STORAGE_KEY_HIDE_EXPLORE_NEWS_TIPS, false)
|
||||
|
||||
useHeadFixed({
|
||||
title: () => isHydrated.value ? `${t('tab.news')} | ${t('nav.explore')}` : '',
|
||||
title: () => `${t('tab.news')} | ${t('nav.explore')}`,
|
||||
})
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue