Replies: 2 comments 2 replies
-
Hi, yes you can either add it to Something like this should work. export default defineNuxtConfig({
routeRules: {
'/**': {
ogImage: {
component: 'NuxtSeo',
props: { icon: 'carbon:image-search' }
}
}
}
}) |
Beta Was this translation helpful? Give feedback.
2 replies
-
Im having the same error, is very frustrated, only works with the rebuild templates, but if I want use a jpeg image or a custom component, I can't :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to define a default og:image for all pages?
Beta Was this translation helpful? Give feedback.
All reactions