content
content copied to clipboard
The file-based CMS for your Nuxt application, powered by Markdown and Vue components.
[Original issue by @danielroe](https://github.com/nuxt/content-next/issues/138) It would be nice either to: 1. [ideal aim] reflect the actual return type of the query based on the metadata associated with the query, as...
Using `` component with slots name has limitation, due to Vue rendering. On second and further renders `` component will not receive updated value for slots. This will break the...
This pattern is used in several places that `catch (err) { }` is used but original error is simply ignored. Overriding errors is a good practice for DX but blindly...
Hi! I seem to be unable to render LaTeX in my nuxt/content site... More info below! ### Version @nuxt/content: 1.14.0 nuxt: 2.15.8 ### Reproduction Link I just used the link...
Is this intended to be used with target: "server"? This error is logged in the console and breaks the site when used with target: "server" (yes, target server is needed...
Hello everyone, We use nuxt content for our content management. And we have to build another app in a new repo, but we have to fetch content of our first...
I love the list bullet so much how it beautifies my lists, so I moved a list up to the front matter. Turns out a couple items had words emphasized....
### Version @nuxt/content: `1.15.1` nuxt: ### What is Expected? This module should not expose json API on production or it should be configurable. ### What is actually happening? when nuxtjs...
### Version @nuxt/content: v1.11.1 nuxt: v2.14.12 ### Reproduction Link https://codesandbox.io/s/jovial-cray-sphhr?file=/content/index.md:55-119 ### Steps to reproduce On the index page, you can not follow the h2 anchor with the umlauts "Ü". ###...
Hello everyone, Do you know if it's possible to have different color in light/dark mode for a defined one? Example : In lightmode primary is "x" In dark mode primary...