Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Prerendering dynamic routes - Nuxt
N
Nuxt
•
9mo 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,686
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Dynamic routes examples
N
Nuxt / ❓・help
15mo ago
Dynamic Routes Error
N
Nuxt / ❓・help
16mo ago
Prerendering custom routes does not work as intented..
N
Nuxt / ❓・help
15mo ago