You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://hub.nuxt.com/new?repo=nuxt-ui-pro/docs)
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
56
55
57
-
## Nuxt Studio integration
58
-
59
-
Studio is an intuitive CMS interface to edit your Nuxt Content websites.
60
-
61
-
It take advantage of the Preview API included in Nuxt Content to propose the best editing experience for your content files. Editors can benefit from a user-friendly interface to edit their Markdown, YAML or JSON files.
62
-
63
-
You can import your project on the platform without any extra setup.
64
-
65
-
However to enable the live preview on the platform, you just need to activate studio in the content configuration of your `nuxt.config.ts` file.
66
-
67
-
```ts [nuxt.config.ts]
68
-
exportdefaultdefineNuxtConfig({
69
-
content: {
70
-
preview: {
71
-
api: 'https://api.nuxt.studio'
72
-
}
73
-
}
74
-
})
75
-
```
76
-
77
-
Read more on [Nuxt Studio docs](https://content.nuxt.com/studio/setup).
78
-
79
56
## Renovate integration
80
57
81
58
Install [Renovate GitHub app](https://github.com/apps/renovate/installations/select_target) on your repository and you are good to go.
0 commit comments