Nuxt OgImage Error on Cloudflare Workers
I'm using a custom component where I have an
in my OgImage component (
this is how I'm using the component
It is worth noting that the deployment worked fine when I used Cloudflare Pages, but when I switched to workers it gives me the error above.
img tag, and it can't load the image inside it even though the image file is in the public directory :\in my OgImage component (
app/components/OgImage/Default.vue) I'm simply calling the image like i do in a normal component:this is how I'm using the component
It is worth noting that the deployment worked fine when I used Cloudflare Pages, but when I switched to workers it gives me the error above.
