Disable payload extraction to fix prerender warnings

This commit is contained in:
Michael Winter 2026-03-07 17:16:07 +01:00
parent f9ff74ee92
commit 95d8707ec1

View file

@ -33,6 +33,6 @@ export default defineNuxtConfig({
prerender: { crawlLinks: true}
},
experimental: {
payloadExtraction: true
payloadExtraction: false
}
})