Fix useHead

This commit is contained in:
2025-10-14 14:55:12 +02:00
parent 772afbc726
commit dc9efb8d64
5 changed files with 6 additions and 6 deletions

View File

@@ -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>