jess
jess
NNuxt
Created by jess on 11/1/2024 in #❓・help
Can I get a recipe for using @nuxt/content with layouts? I'm super confused.
I keep getting hydration mismatch errors, or yelled at because I'm not using <NuxtLayout> or the warnings are like "oh ur using @nuxt/content, you want the page call <NuxtLayout> and I feel sooooo confused
33 replies
NNuxt
Created by jess on 10/31/2024 in #❓・help
How do you best manage redirects and canonical links within a Nuxt Content site?
Is there some top-level option within nuxt.config.ts?
12 replies
NNuxt
Created by jess on 10/24/2024 in #❓・help
What's the recommended way to set cache-control for index.html?
For some web hosting platforms, like Vercel, they set cache-control to have a max-age of 0 for index.html. I see other settings for other Nuxt dist'd assets with larger cache-control headers. Can you explain how the recommended defaults are set within Nuxt applications, and point me to any Nuxt modules? Or do I have to define my own Nuxt Middleware plugin?
5 replies
NNuxt
Created by jess on 10/23/2024 in #❓・help
Setting up redirects with .well-known and Nuxt Content
Hello friends! I'm hunting for how to setup links that properly redirect with consistency and stability over time. What's the best way to solve this problem? One of the issues I'm forseeing is how to perform links when the routes change automatically when using the Nuxt Content directory routing strategy. Any content would be welcome. I see the Nuxt Module ".well-known" but the documentation is lacking. Other ".well-known" googling is very specific to things like PWAs and Apple Touch Icons. Any help traversing the blogosphere of tech learning content or otherwise advising would be lovely ❤️
24 replies