We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8429c1 commit 533090aCopy full SHA for 533090a
app/pages/sponsors/[id].vue
@@ -47,8 +47,6 @@ const sponsorData: Sponsor =
47
return s.id === sponsorId
48
}) || emptySponsor
49
50
-const { locale } = useI18n({ useScope: 'global' })
51
-
52
// 2023/10/01 LINE fukuoka 商号変更に伴うリダイレクト対応
53
if (sponsorId === 'line-fukuoka') {
54
throw navigateTo('/sponsors/line-yahoo-communications')
0 commit comments