CentyPoo
CentyPoo
NNuxt
Created by owljackob on 4/12/2024 in #❓・help
Pass property using navigateTo
Hmm maybe useState may be the easiest option? There's no other way through navigateTo as far as I'm aware
7 replies
NNuxt
Created by owljackob on 4/12/2024 in #❓・help
Pass property using navigateTo
Sounds like you just want to add a query param to the navigateTo?
7 replies
NNuxt
Created by David on 4/10/2024 in #❓・help
Tailwind dynamic color class doesn't work
is ui.config.ts in the root folder? if you take a look here (if you're using the nuxt plugin), you can see where it looks for tailwind classes by default https://tailwindcss.nuxtjs.org/tailwind/config#default-configuration and it does not look for *.ts in the root folder
2 replies
NNuxt
Created by on 4/9/2024 in #❓・help
rendering headless cms content on nuxt ssg site
https://nuxt.com/docs/guide/concepts/rendering#route-rules I believe you're looking for ISR (incremental static regeneration) - there's also a vercel example in the link above. Failing that, you can always just set "blog/*" to swr: true to generate the posts on demand once
3 replies
NNuxt
Created by CentyPoo on 5/30/2023 in #❓・help
Cypress hydration issue
https://github.com/bahmutov/cypress-network-idle#readme - this exists if anyone else is having a similar issue
4 replies
NNuxt
Created by CentyPoo on 5/30/2023 in #❓・help
Cypress hydration issue
Thanks so much!
4 replies