From 755969ff823371d200a383fce635e48a171509cc Mon Sep 17 00:00:00 2001 From: Barbara Vreede Date: Tue, 19 Sep 2023 10:46:15 +0200 Subject: [PATCH] solution does not work and no need to address the payload issue --- nuxt.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 27a14aa6..aa4697c0 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -22,7 +22,4 @@ export default defineNuxtConfig({ ssr: true, target: "static", - experimental: { - renderJsonPayloads: true - }, })