Closed ghost closed 11 months ago
I'm using the SEO plugin on next-payload with the S3 adapter, and both the og:image and twitter:image tags are being set to SITE_URL/S3_IMAGE_URL, for example:
http://localhost:3000/https:/bucket.s3.us-east-2.amazonaws.com/meta-image.webp
How can I remove the site URL portion and just have the url to the S3 image?
API view for a page shows the correct S3 url for meta -> image -> url
Was in generateMeta.ts
I'm using the SEO plugin on next-payload with the S3 adapter, and both the og:image and twitter:image tags are being set to SITE_URL/S3_IMAGE_URL, for example:
http://localhost:3000/https:/bucket.s3.us-east-2.amazonaws.com/meta-image.webp
How can I remove the site URL portion and just have the url to the S3 image?