From 74310c455aa8eec884b17e1bf2cb3fcf48925032 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Sun, 2 Feb 2025 22:25:01 +0100 Subject: [PATCH] Remove deprecated Nuxt Content preview API configuration Eliminated the outdated 'preview' API configuration from Nuxt Content settings to align with the latest standards. This improves maintainability and prevents potential issues with deprecated features. --- nuxt.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 54de88c..adf8602 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -34,9 +34,6 @@ export default defineNuxtConfig({ // Nuxt Content content: { - preview: { - api: 'https://api.nuxt.studio', - }, build: { markdown: { highlight: {