Disable payload extraction to fix prerender warnings
This commit is contained in:
parent
f9ff74ee92
commit
95d8707ec1
|
|
@ -33,6 +33,6 @@ export default defineNuxtConfig({
|
|||
prerender: { crawlLinks: true}
|
||||
},
|
||||
experimental: {
|
||||
payloadExtraction: true
|
||||
payloadExtraction: false
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue