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

@@ -39,5 +39,5 @@ const onDownloadClick = async () => {
loading.value = false;
};
useHead({ title: `Download ${manga.value?.name} from ${mangaConnector.value?.name}` });
useHead({ title: 'Download Manga' });
</script>