Search
Star
1.4k
Feedback
Setup for Free
N
Nuxt
•
8mo 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 } }
routeRules: { '/**': { prerender: true } }
Nuxt
Join
Nuxt Community Chat Server
31,861
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
routeRules: {
'/**': { prerender: true }
}
routeRules: {
'/**': { prerender: true }
}
Similar Threads
Dynamic routes examples
N
Nuxt / ❓・help
14mo ago
Dynamic Routes Error
N
Nuxt / ❓・help
14mo ago
Prerendering custom routes does not work as intented..
N
Nuxt / ❓・help
14mo ago