Nuxt Image and Netlify issues in SSG
Building my project
However, all images are broken from the public directory, running the same project on Netlify with
What do I need to fix?
npm run generate and previewing it locally work fine. All image paths are intact. However, all images are broken from the public directory, running the same project on Netlify with
npm run generate with destination directory set to dist.What do I need to fix?