Open madebyfabian opened 1 year ago
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Not stale :)
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Could you try adding content.documentDriven.host
in nuxt.config.ts
?
export default defineNuxtConfig({
content: {
documentDriven: {
host: 'website-url'
}
}
})
Is your feature request related to a problem? Please describe
Currently,
useContentHead
just adds the relative path to the image as theog:image
. This is invalid though. SeeDescribe the solution you'd like
Either use some globally defined option defined in the
nuxt.config.ts
(preferred one), or add it as an option to define the base url when usinguseContentHead
.Describe alternatives you've considered