Add correct URL for preview images

This commit is contained in:
Justin Edmund 2025-02-09 18:46:44 -08:00
parent 75a3e26cce
commit 450677b54a

View file

@ -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 (
<Head>