From 92a9ac0c854e61ee16acf02a372e00e5cf5287d6 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 20 Jul 2023 11:19:46 +0200 Subject: [PATCH] docs: disabled `payloadExtraction` --- docs/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 4d0c742a..e5680fee 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -40,7 +40,7 @@ export default defineNuxtConfig({ } }, experimental: { - payloadExtraction: true + payloadExtraction: false }, componentMeta: { globalsOnly: true,