NuxtN
Nuxt4mo ago
17 replies
DJ Kondzio

NuxtImg in Nuxt Content

I use this configuration:
  nitro: {
    preset: 'static',
    prerender: {
      routes: ['/'],
      crawlLinks: true,
      autoSubfolderIndex: false,
      failOnError: false, // Ignore Error in build
    },
  },


and when i build page i have /ipx/ in src path and my images not showing
Was this page helpful?