From 4eb39d10626be50c58acf1e96d5dd058d48815e5 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 07:41:35 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- test/fixtures/basic/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/basic/nuxt.config.ts b/test/fixtures/basic/nuxt.config.ts index a96ea889b..beda5b9fc 100644 --- a/test/fixtures/basic/nuxt.config.ts +++ b/test/fixtures/basic/nuxt.config.ts @@ -238,7 +238,7 @@ export default defineNuxtConfig({ renderJsonPayloads: process.env.TEST_PAYLOAD !== 'js', headNext: true, inlineRouteRules: true, - componentLazyHydration: true + componentLazyHydration: true, }, appConfig: { fromNuxtConfig: true,