mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Fix useHead
This commit is contained in:
@@ -52,5 +52,5 @@ const link = async (identifier: string) => {
|
||||
navigateTo(`/manga/${mangaId}`);
|
||||
};
|
||||
|
||||
useHead({ title: `Link Metadata ${manga.value?.name} ${metadataFetcherName}` });
|
||||
useHead({ title: 'Link Metadata' });
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user