diff --git a/components/party/PartyHead/index.tsx b/components/party/PartyHead/index.tsx index d4df3b69..35f3e353 100644 --- a/components/party/PartyHead/index.tsx +++ b/components/party/PartyHead/index.tsx @@ -21,7 +21,7 @@ const PartyHead = ({ party, meta }: Props) => { router.locale && ['en', 'ja'].includes(router.locale) ? router.locale : 'en' const previewUrl = `${ process.env.NEXT_PUBLIC_SITE_URL || 'https://granblue.team' - }/preview/${party.shortcode}` + }/p/${party.shortcode}/preview` return (