tsx and i18n conflict, parsing error
Hi! How to mockup multiples pinia stores?
Nuxt content and nested route active links
[...slug].vue (https://content.nuxt.com/docs/getting-started/migration#implement-document-driven-mode-in-v3)
I'm running into an issue with the router active class not being added to nested pages however. It seems nested vue router pages are not being created for nested pages in the content directory.
Is there a way around that without having to define the nested routes in the pages directly as well?...Hydratation mismatch when using lazyFetch
server route not being hit
server/api/dealer/[dealerId]/member/[memberId]/changerole.ts
The below code always sends a request to another one, which I for the life of me can't find anywhere.
This is what actually is called: server/api/content/index.get.ts : ...Adobe Experience Manager (AEM) with Nuxt.
Trying to achive theme base routing in Nuxt3
Nuxt 4 with Content Module v3 `nuxt.config.tx` issue
nuxt.config IDE error when adding a content:{} section to the config. The error is as follows:
Object literal may only specify known properties, and 'content' does not exist in type 'InputConfig<NuxtConfig, ConfigLayerMeta>'.ts(2353)
Object literal may only specify known properties, and 'content' does not exist in type 'InputConfig<NuxtConfig, ConfigLayerMeta>'.ts(2353)
Nuxt Studio Custom integration i need nuxt expert opinion
Nuxt Content in a Nuxt Layers project basic setup help
/blog with the project also having two other layers of /core and /site that holds other site components, pages, and layouts. I've tried following the Nuxt Content docs to set things up in my /blog layer with modules: ['@nuxt/content'] being added to my /blog 's nuxt.config.ts file and have the suggested content.config.ts file setup. Also have a /blog/pages/[...slug].vue file with code to hopefully match the route and serve up the proper markdown content. The markdown content does live in /blog/content and I think the markdown files have the proper setup.
I'm expecting navigations to [site.com]/ to display components and stuff from my /site/pages/index.vue - which it does👍🏼. I expect hitting [site.com]/mypost would render content from a /blog/content/mypost.md file but looks like no content is found. Actually, when spinning up the dev server I do see that @nuxt/content says it processed 2 collections with 0 files. So my guess is I don't have the sourcing of the files set properly.
I've tried defining the content collections with the help of AI in the nuxt.config.ts and content.config.ts files of the /blog layer but I keep getting outdated suggestions that don't seem compatible with the type checking that is happening. I also tried adding a /blog/pages/index.vue but that isn't what I want since it overrides my /site/pages/index.vue and I want to create url that matches the file name. I've also tried different variations of source like '**', '/blog/**, /blog/content/** in the defineCollection() of my content.config.ts file with no luck....
NuxtUI Accordion Button color when open
default slot?Overriding the default envName
process.env.NODE_ENV
process.env.NODE_ENV
Store usage/relevance with Nuxt 3
watch, error, loading, etc. If i wanted that call in the store, i would need to expose each of these. Furthermore, my stores become a bunch of inline composables related to components....Hydration Error
Ignore "type" for variables enum after build of module
eslint and antfu config
Hydration and caching issues on universal rendering page
Do I need to rerun the build command for `runtimeConfig` items to reflect changes?
Full static still calls /api/
