Dzul Qurnain
Results
2
comments of
Dzul Qurnain
ended up using nuxt server routes to process the image and serve it. I can't get the module to work on production (SSR).
I solved it using @DesertCookie solution + resolver, because when not using resolver it's working for build but not when running it. ``` import { createResolver } from '@nuxt/kit'; const...