Nuxt prerendering to deep
Hi can someone please help me? I want to deploy my nuxt with
I use this structure:
in my
See screenshots for clarification. So the problem is my prerender generates
How can I fix this?
static deployment with npm run generate. But now my application generates a lot of routes this goes infinite. How can I fix this? My route structure is:/cases/client-nameI use this structure:
pages/cases.vuepages/cases/[...slug].vuein my
cases.vue is a NuxtPage, because my slug is in a sidebar. See screenshots for clarification. So the problem is my prerender generates
/cases/slug-1/another-slug/another-slug-1. But it needs to generate: /cases/slug-1/, /cases/slug-2.How can I fix this?



