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.10.0` - Nuxt Version: `3.15.4` - CLI Version: `3.21.1` - Nitro Version: `2.10.4` - Package Manager: `[email protected]` - Builder: `-` -...
### Problem Not able to get all the content in a collection or from multiple collections at once. ### Possible solution ``` await queryCollection('blog') // Returns all the content from...
### Environment - Operating System: Linux - Node Version: v22.11.0 - Nuxt Version: 3.16.2 - CLI Version: 3.25.0 - Nitro Version: 2.11.9 - Package Manager: [email protected] - Builder: - -...
### Environment **Environment** Operating System: Mac Os Node Version: v22.14.0 Nuxt Version: nuxi v3.23.1 Package Manager: [email protected] User Config: modules, gtag, ui, devtools, css, routeRules, i18n, runtimeConfig, nitro, future, compatibilityDate,...
### Is your feature request related to a problem? Please describe Issue encountered in https://github.com/Atinux/content-wind/issues/6#issuecomment-1213299468 Currently, the `remark-mdc` plugin is parsed first, and then any other custom plugin. This happens...
Need ability to query `z.array()` fields (e.g. tags) in the latest nuxt-content module (v3.alpha.8)
### Discussed in https://github.com/nuxt/content/discussions/2955 Originally posted by **humblemodulo** January 7, 2025 In the previous version of nuxt-content (v2) I would simply query tags like so: ``` .where({ tags: { $contains:...
### Environment AWS Lambda Node.js 22 (not reproducable locally) ### Reproduction https://github.com/tkgregory/nuxt-content-issue Deployed environment: https://nuxtissue.tomgregory.com/privacy — repeatedly click the links until you see the error (happens about 50% of the...
# Background Nuxt Content V3 automatically assigns unique IDs to documents in its underlying database system. I'm considering using these IDs as reference pointers in my backend system. # Questions...
### Environment - Operating System: Darwin - Node Version: v23.6.1 - Nuxt Version: 3.15.4 - CLI Version: 3.21.1 - Nitro Version: 2.10.4 - Package Manager: [email protected] - Builder: - -...
### Environment Github pages ### Version nuxt: 3.15.4 nuxt/content: 3.1.0 ### Reproduction 1. Build with `npx nuxi build --preset github_pages` 2. Host website on github pages. 3. Github redirects (301)...