content icon indicating copy to clipboard operation
content copied to clipboard

The file-based CMS for your Nuxt application, powered by Markdown and Vue components.

Results 333 content issues
Sort by recently updated
recently updated
newest added

Hey! First of all thanks for the nice work :) I encountered something really strange and I'm not too sure about it but it looks like that the new `fetch()`...

bug

### Is your feature request related to a problem? Please describe. The nuxt/content module works really well with article- and editorial-style content via markdown and managing page metadata via yaml/json,...

enhancement

### Version @nuxt/content: 1.14.0 nuxt: 2.15.7 ### Steps to reproduce Create a Nuxt + @nuxt/content project in directory where some ancestor **has parenthesis** in the name. For example, `~/Work (Open...

bug

It appears that Jetbrains IDEs cannot detect that nuxt-content is a registered component. No other component modules I use have this problem. This problem is more serious than this. The...

bug

Hi, I'm fetching some markdown content from Firestore and trying to display a preview using `@nuxt/content`. Can anyone please help me? I'm using the below code, it doesn't render anything....

question

### Version @nuxt/content: v1.14.0 nuxt: v2.14.12 ### Reproduction Link - can be easily reproduced ### Steps to reproduce 1. Have a markdown file with the following line in a code...

bug

How can I programmatically disable and enable liveEdit ? (So that I can use nuxt-content together with nuxt-auth, allowing only the authenticated people to live edit the content of the...

enhancement
question

### Is your feature request related to a problem? Please describe. 1. Currently, we can only filter through normal arrays using `$regex` #185 or `$contains` 2. There is no way...

enhancement

### Version @nuxt/content: 1.11.1 nuxt: 2.15.7 ### Steps to reproduce Generating or building a nuxt project with more than 12,000 json files in /content fails with error: JSON.stringify FATAL: RangeError:...

bug

Hello, We build a Nuxt SSG app with Nuxt content. We use Nuxt i18n to translate our content. We follow this tutorial to achieve that: https://alvarosaburido.dev/blog/multi-language-blog-with-nuxt-content but it is not...

question