Skip to content

Commit 8e5a72e

Browse files
authored
Update lazy route discovery documentation (#14531)
* Update lazy route discovery documentation * Sign CLA
1 parent 132c160 commit 8e5a72e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,3 +454,4 @@
454454
- zeromask1337
455455
- zheng-chuang
456456
- zxTomw
457+
- arditdine

docs/explanation/lazy-route-discovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ export default {
7474
When using lazy route discovery, ensure your deployment setup handles manifest requests properly:
7575

7676
- **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
77+
- **CDN Caching** - If using CDN/edge caching, include `version` and `paths` query parameters in your cache key for the manifest endpoint
7878
- **Multiple Applications** - Use a custom `manifestPath` if running multiple React Router applications on the same domain

0 commit comments

Comments
 (0)