Replies: 1 comment
-
I have the same problem. Have two providers Contentful and Eventbrite, perfect in Nuxt 2. In Nuxt 3, images are no longer stored locally. Has the functionality been removed? This was an important feature for static pages, alternatively all resources must now be pulled externally, which is not good. |
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
-
I apologize if this question has already been answered elsewhere. I’ve been searching for a solution to this issue ever since Nuxt 3 was released but haven’t been able to find one yet.
We are using an image provider (Directus) to manage our assets. Serving images directly from the CMS works without any issues.
In our Nuxt 2 setup, we bundled all images into the build files during the generation process. However, I haven’t been able to achieve the same functionality with Nuxt 3.
Is there a way to solve this? I’d be grateful for any input or help.
Beta Was this translation helpful? Give feedback.
All reactions