Nuxt Content - API for Remark/Rehype extension configuration options
nuxt.config. It's not clear which extensions are being used and how to access their configuration API. I have tried options like this with no luck
```
"remark-gfm": {
gfmFootnoteHtml: {...Error on Postcss if I want to use custom classes with tailwind on Nuxt3

layout slot issue
[Vue warn]: Failed to resolve component: ModalComponent
Issues with Cloudflare Pages Deployment in combination with content module
Problem with NUXT UI Components
ohash error eferenceError: Cannot access 'defaults' before initialization
Deploy Nuxt Content to Cloudflare Pages
Nuxt prepare error
nuxi init) without getting this error during nuxt prepare after installing the dependencies (or subsequently after every npm i):
```
nuxt prepare...
How does nuxt build work, in depth?
nuxt build/dev/generate etc all work fine and I can use the bazel equivalent of nuxt dev and I can also nuxt generate but when I try to have bazel build a full SSR app it fails with ERROR EACCES: permission denied, open '/home/user/.cache/bazel/_bazel_user/f2cab145d1e9274ddba8319b91b01062/sandbox/linux-sandbox/42/execroot/_main/bazel-out/k8-fastbuild/bin/contexts/project/.output/server/node_modules/@unhead/dom/package.json'
In bazel the sandboxing does not allow you to both write files/directories and then read them within the same action and from the errors I'm seeing, that is what it looks like nuxt is doing.
My build is succesfully building the .nuxt folder and gets to
[nitro] ✔ Generated public .output/public...Nuxt routing when using content folder
@nuxt/content, with a catch-all template for recipe pages. However, it feels like when using content collections, every page on my site must have a corresponding content file.
For example, I don't have content/index.md, but I do have /pages/index.vue. Because of this setup, I get a 500 error (route is not defined)....
A route that returns either txt/xml (server route) or Vue (pages route)?
/rfc/rfc1.xml as a server route, and /rfc/rfc1 as a pages Vue route. The filename-pattern in the server or pages directory would be [id].ts but then Nuxt prefers the server route over pages, and there's no way to narrow the server route with patterns like [id].xml.ts (not...Website not working on prod, no useful errors.

loggedIn.value always false
Selecting data in UTable without rendering checkboxes
Usecookie and isr cache conflict
in nuxt, where do i specify the context's types?
In nuxt, where to specify compile-time flags?
Nuxt UI v3 Calendar Heading