Add @nuxthq/studio and enable Nuxt Studio preview API

This commit adds the @nuxthq/studio dependency to package.json and configures the Nuxt Studio preview API in nuxt.config.ts. These changes enable preview functionality for better content management in a Nuxt application.
This commit is contained in:
2025-02-02 19:31:26 +01:00
parent 08564d8c32
commit ebe0b884ac
2 changed files with 5 additions and 1 deletions

View File

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