NuxtN
Nuxt8mo ago
4 replies
Thomas

Prerendering dynamic routes

I have a Nuxt app with some routes: index.vue, contact.vue, and [slug].vue. When I use the following route rules, it only generates the static ones. Could you explain why?
routeRules: {
 '/**': { prerender: true }
}
Was this page helpful?