We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been using nuxt-content-assets as a way to organize the media files within content directory.
The modules work perfectly together in dev mode, the og-image gets displayed as intended
But when generating to static, things don't go as intended. Error is from cloudflare pages
Compared to what is present in dev mode, this is the generated og image
I am not entirely sure if this is an issue related to this module or nuxt-content-assets.
https://stackblitz.com/edit/github-hgunsf-libjdy
Og-image should be generated with media content fetched from nuxt-content-assets
It appears that nuxt-content-assets cannot work on stackblitz, so it might be better to debug this locally instead
The text was updated successfully, but these errors were encountered:
fix: support virtual images when prerendering
057aa9b
Relates to #287
No branches or pull requests
🐛 The bug
I have been using nuxt-content-assets as a way to organize the media files within content directory.
The modules work perfectly together in dev mode, the og-image gets displayed as intended
But when generating to static, things don't go as intended. Error is from cloudflare pages
Compared to what is present in dev mode, this is the generated og image
I am not entirely sure if this is an issue related to this module or nuxt-content-assets.
🛠️ To reproduce
https://stackblitz.com/edit/github-hgunsf-libjdy
🌈 Expected behavior
Og-image should be generated with media content fetched from nuxt-content-assets
ℹ️ Additional context
It appears that nuxt-content-assets cannot work on stackblitz, so it might be better to debug this locally instead
The text was updated successfully, but these errors were encountered: