CentyPoo
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 folder2 replies
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
Cypress hydration issue
https://github.com/bahmutov/cypress-network-idle#readme - this exists if anyone else is having a similar issue
4 replies