NuxtImg in Nuxt Content
I use this configuration:
and when i build page i have /ipx/ in src path and my images not showing
and when i build page i have /ipx/ in src path and my images not showing
nitro: {
preset: 'static',
prerender: {
routes: ['/'],
crawlLinks: true,
autoSubfolderIndex: false,
failOnError: false, // Ignore Error in build
},
},