From 2cf7e28ce2c6fcd3caa81168394148ddcdbdc74c Mon Sep 17 00:00:00 2001 From: Maxime Pauvert Date: Thu, 30 Jan 2025 18:55:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b57c37b..9337d8a 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,8 @@ However to enable the live preview on the platform, you just need to activate st ```ts [nuxt.config.ts] export default defineNuxtConfig({ content: { - studio: { - enabled: true + preview: { + api: 'https://api.nuxt.studio' } } })