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

### Is your feature request related to a problem? Please describe To be able to quickly know which all pages link to the current page. Also to know to which...

enhancement

We currently only support specifying a directory as a custom source like this: ``` { name: 'fa-ir', prefix: '/fa', // All contents inside this source will be prefixed with `/fa`...

### Environment Nuxt CLI v3.0.0-rc.4 11:15:44 RootDir: /Users/fayaz/Opensource/logspot 11:15:45 Nuxt project info: 11:15:45 ------------------------------ - Operating System: `Darwin` - Node Version: `v16.13.1` - Nuxt Version: `3.0.0-rc.4` - Package Manager: `[email protected]`...

### Environment ❯ npx nuxi info Nuxt CLI v3.0.0-rc.3 08:12:45 RootDir: /home/projects/nuxt-content-v2-blog-demo 08:12:47 Nuxt project info: 08:12:47 ------------------------------ - Operating System: `Linux` - Node Version: `v16.14.2` - Nuxt Version: `3.0.0-rc.3`...

### Environment Website ### Reproduction click on *[Edit this page on GitHub]* on the end of a **v1 docs page**: e.g. - https://content.nuxtjs.org/v1/getting-started/introduction/ - https://content.nuxtjs.org/fr/v1/getting-started/introduction/ ### Describe the bug The...

### Environment I'm still using Nuxt `v2.15.8` so I cant run the command so some info might be missing as I dont know where to find it. - Operating System:...

Disabling SSR limits the ability to prefetch query endpoints in the generation process and therefore generated website will not contain any content. There are some approaches we can take to...

enhancement

When deploying a static site to **netlify** or **vercel**, the `updatedAt` field of all the contents are changed to the deployment time. You can see in this [example nuxt blog...

bug

I would like to know if it's possible to have the webpack assets resolution inside of markdown content ? To display webpack handeled's images. Reproduction link: https://codesandbox.io/s/dawn-snowflake-fv7l4?file=/content/post.md 1) I have...

enhancement
question

### Environment ``` - Operating System: `Linux` - Node Version: `v16.15.1` - Nuxt Version: `3.0.0-rc.4` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `target`, `head`, `modules`, `components` -...