Prajjwal Arora

Results 2 comments of Prajjwal Arora

I'm facing the same issue. I have a mix of static routes and some pages with swr: true. After running nuxt build, the static pages load images correctly, but the...

@krekeny-davor I found a solution that might work for you. Initially, I was using this in my nuxt.config: ``` image: { dir: 'public/img', } ``` I had my images inside...