fix title

This commit is contained in:
kakkokari-gtyih 2024-08-03 21:30:32 +09:00
parent 04ac9f35e2
commit 3d5955fd2e
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ onMounted(() => {
definePageMetadata(() => ({
title: i18n.tsx._initialTutorial._onboardingLanding.welcomeToX({ name: instance.name ?? host }),
description: 'Welcome to Misskey!',
}));
</script>