content
content copied to clipboard
The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
### Environment - Operating System: `Darwin` - Node Version: `v22.17.1` - Nuxt Version: `4.2.0` - CLI Version: `3.30.0` - Nitro Version: `2.12.9` - Package Manager: `[email protected]` - Builder: `-` -...
### Is your feature request related to a problem? Please describe. Currently, the custom input mapping for collection schemas via the `.editor()` method is very useful. It provides specialized UI...
### Environment - Operating System: `Linux` - Node Version: `v24.4.0` - Nuxt Version: `4.2.0` - CLI Version: `3.29.3` - Nitro Version: `2.12.8` - Package Manager: `[email protected]` - Builder: `-` -...
When complex pages are build with mdc syntax, sometimes we don't want to apply some of prose typography on components. For instance, we don't want a padding to be applied...
Using @nuxt/content v3, what is the simplest way of querying on a custom `id` field? The flat database I'm using is imported from elsewhere and I don't want to massage...
### Environment x ### Version v3.7.1 ### Reproduction Currently, if I try: ``` property(seo: z.intersection( z.object({ title: z.string().optional(), description: z.string().optional(), meta: z.array(z.record(z.string(), z.any())).optional(), link: z.array(z.record(z.string(), z.any())).optional(), }), z.record(z.string(), z.any()), ).optional().default({})).editor({...
### Is your feature request related to a problem? Please describe Using `ContentRenderer` it creates a wrapper element which may break existing layout (e.g. flex or grid): ```html ... ```...
### Is your feature request related to a problem? Please describe I recently had to integrate Nuxt + Nuxt Content in SSR for a production website hosted with k8s and...
I install the content and it ask me for the `better-sqlite3`. It try to install the `better-sqlite3` but the next error appear... ``` >npm install better-sqlite3 The system cannot find...
### Environment - Operating System: `Darwin` - Node Version: `v24.4.1` - Nuxt Version: `4.1.1` - CLI Version: `3.28.0` - Nitro Version: `2.12.5` - Package Manager: `[email protected]` - Builder: `-` -...