Skip to content

Commit b8c5225

Browse files
committed
fix(docs): prerendering issues
1 parent 3d5fa58 commit b8c5225

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docs/content/blog/ui-pro-docs-migration.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ export default defineNuxtConfig({
229229
})
230230
```
231231

232-
Finally, in order to keep the [app config file updatable](/docs/studio/config) from Studio, we just need to update the helper import of the `nuxt.schema.ts` file from `@nuxthq/studio/theme` to `@nuxt/content/preview`.
233-
234232
::prose-tip
235233
That's it, content v3 is now powering the starter. Let's now migrate to version 3 of [Nuxt UI / UI Pro](https://ui3.nuxt.dev).
236234
::

docs/content/docs/9.studio/4.content.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ All components in the `/components/content` folder are automatically available:
128128
2. Search for your component in the list
129129
3. Insert and edit component slots directly in the editor
130130
4. Props editing with visual interface coming in beta
131-
132-
:::tip{to="/docs/studio/debug"}
133-
Enable debug mode to validate your Vue component integration in local development.
134-
:::
135131
::
136132

137133
### Integrate External Library Components

0 commit comments

Comments
 (0)