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.
This commit is contained in:
2025-02-02 22:25:01 +01:00
parent d70592b0c1
commit 74310c455a

View File

@@ -34,9 +34,6 @@ export default defineNuxtConfig({
// Nuxt Content
content: {
preview: {
api: 'https://api.nuxt.studio',
},
build: {
markdown: {
highlight: {