You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how to create og-images with static nuxt content pages.
Screenshot shows folders with blank image file in all static html pages.
On the dynamic pages using server/api endpoints, the images are either blank or incomplete, in other words, inaccurate thereby irrelevant for SEO purposes, but they show up perfectly on the DevTools Preview.
🔍 What have you tried?
Been working on this all week, made a bunch of changes using Nuxt UI Pro where the code below is the latest version for the markdown pages:
I'm looking for a way to manually use the same technique that the DevTools preview uses to generate each image one at a time and save them to the .output/public folder, or to configure this module correctly so that it creates the og-images in the correct path as specified by the Vue component. I'd appreciate any advice to solve this problem. Thank you and have a great weekend.
The text was updated successfully, but these errors were encountered:
📚 What are you trying to do?
I don't know how to create og-images with static nuxt content pages.
Screenshot shows folders with blank image file in all static html pages.
On the dynamic pages using server/api endpoints, the images are either blank or incomplete, in other words, inaccurate thereby irrelevant for SEO purposes, but they show up perfectly on the DevTools Preview.
🔍 What have you tried?
Been working on this all week, made a bunch of changes using Nuxt UI Pro where the code below is the latest version for the markdown pages:
ℹ️ Additional context
I'm looking for a way to manually use the same technique that the DevTools preview uses to generate each image one at a time and save them to the .output/public folder, or to configure this module correctly so that it creates the og-images in the correct path as specified by the Vue component. I'd appreciate any advice to solve this problem. Thank you and have a great weekend.
The text was updated successfully, but these errors were encountered: