-
-
Notifications
You must be signed in to change notification settings - Fork 48
fix: image urls als props #528
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 The bug
I am fetching article data from prismic - incl. a banner image. When defining this on a page:
defineOgImage('Article', {
image: article.value?.data.image?.url,
})
i can see that the url is:
But in the satori component the props receives:
🛠️ To reproduce
x
🌈 Expected behavior
full url path to be given to prop
ℹ️ Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working