alex-lmt
alex-lmt
> Where do you deploy? According to the [docs](https://image.nuxt.com/get-started/configuration#dir), other directories than public don't work with e.g. vercel. I deploy to remote server in our organization intranet using CI/CD. I'm...
@madebyfabian > If you don't set the dir config and store your images in the /public folder, does it work in production? Just to confirm that IPX is generally working...
> Do you also deploy the assets/img folder? @madebyfabian I'm relatively new in Nuxt, especially to CI/CD stuff, how to add desired directory to deploy or check whether it is...
@madebyfabian according documentation and general advices like https://masteringnuxt.com/blog/handling-assets-in-nuxt-3, I choose assets folder as I assume image may change relatively often and I don't care of physical file name (it is...
Hey, people, issue was reported with Nuxt image version 1.0.0-rc.2, it's already 1.1.0 released. Does anyone tried is the issue still exists in newest version?