diff --git a/nuxt.config.ts b/nuxt.config.ts index dfe6da5..c8f4667 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -117,7 +117,7 @@ export default defineNuxtConfig({ }, nitro: { prerender: { - crawlLinks: true, + crawlLinks: false, failOnError: false, //routes: ['/', '/webagency'] // Wichtige Routen vorrendern , '/impressum', '/datenschutz' }