Skip to content

Commit 9f72cc2

Browse files
authored
chore(README): fix studio activation (#125)
1 parent 8b584ea commit 9f72cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ However to enable the live preview on the platform, you just need to activate st
103103
```ts [nuxt.config.ts]
104104
export default defineNuxtConfig({
105105
content: {
106-
studio: {
107-
enabled: true
106+
preview: {
107+
api: 'https://api.nuxt.studio'
108108
}
109109
}
110110
})

0 commit comments

Comments
 (0)