This commit is contained in:
2025-10-13 20:05:45 +02:00
parent ef1b17c29e
commit f641272c22
8 changed files with 20 additions and 6 deletions

View File

@@ -119,4 +119,6 @@ const items = ref<StepperItem[]>([
{ title: 'Site', description: 'Select the site on which to search', icon: 'i-lucide-panel-top' },
{ title: 'Results', icon: 'i-lucide-logs' },
]);
useHead({title: 'Search Manga'});
</script>