diff --git a/nuxt.config.ts b/nuxt.config.ts index a28775e..3a2692a 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -33,6 +33,6 @@ export default defineNuxtConfig({ prerender: { crawlLinks: true} }, experimental: { - payloadExtraction: true + payloadExtraction: false } })