From 2fdc3c92a23e3d4a94af19d7350c0019921d9ae3 Mon Sep 17 00:00:00 2001 From: GonzaloHirsch Date: Wed, 21 Feb 2024 08:19:17 +0000 Subject: [PATCH] fix: config changes --- nuxt.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 5f84f1d..4a80dcd 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -126,10 +126,10 @@ export default defineNuxtConfig({ sourcemap: false, // Inspired on https://blog.openreplay.com/power-your-blog-with-nuxt-content content: { - experimental: { - clientDB: true, - stripQueryParameters: false, - }, + // experimental: { + // clientDB: true, + // stripQueryParameters: false, + // }, // https://content.nuxtjs.org/api/configuration highlight: { theme: 'github-dark',