Add correct URL for preview images
This commit is contained in:
parent
75a3e26cce
commit
450677b54a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const PartyHead = ({ party, meta }: Props) => {
|
||||||
router.locale && ['en', 'ja'].includes(router.locale) ? router.locale : 'en'
|
router.locale && ['en', 'ja'].includes(router.locale) ? router.locale : 'en'
|
||||||
const previewUrl = `${
|
const previewUrl = `${
|
||||||
process.env.NEXT_PUBLIC_SITE_URL || 'https://granblue.team'
|
process.env.NEXT_PUBLIC_SITE_URL || 'https://granblue.team'
|
||||||
}/preview/${party.shortcode}`
|
}/p/${party.shortcode}/preview`
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Head>
|
<Head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue