We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132c160 commit e9d59a7Copy full SHA for e9d59a7
docs/explanation/lazy-route-discovery.md
@@ -74,5 +74,5 @@ export default {
74
When using lazy route discovery, ensure your deployment setup handles manifest requests properly:
75
76
- **Route Handling** - Ensure `/__manifest` requests reach your React Router handler
77
-- **CDN Caching** - If using CDN/edge caching, include `version` and `p` query parameters in your cache key for the manifest endpoint
+- **CDN Caching** - If using CDN/edge caching, include `version` and `paths` query parameters in your cache key for the manifest endpoint
78
- **Multiple Applications** - Use a custom `manifestPath` if running multiple React Router applications on the same domain
0 commit comments