From e9d59a736968a3a760cd20c15925961980f38bd3 Mon Sep 17 00:00:00 2001 From: Ardit Dine Date: Wed, 12 Nov 2025 20:37:49 -0800 Subject: [PATCH 1/2] Update lazy route discovery documentation --- docs/explanation/lazy-route-discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanation/lazy-route-discovery.md b/docs/explanation/lazy-route-discovery.md index d99f09fa67..0bf0527814 100644 --- a/docs/explanation/lazy-route-discovery.md +++ b/docs/explanation/lazy-route-discovery.md @@ -74,5 +74,5 @@ export default { When using lazy route discovery, ensure your deployment setup handles manifest requests properly: - **Route Handling** - Ensure `/__manifest` requests reach your React Router handler -- **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 - **Multiple Applications** - Use a custom `manifestPath` if running multiple React Router applications on the same domain From d12509c6c30541b24a6df0c806f46ca229cb16e2 Mon Sep 17 00:00:00 2001 From: Ardit Dine Date: Wed, 12 Nov 2025 20:41:49 -0800 Subject: [PATCH 2/2] Sign CLA --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index ae52dfb1ad..9e30265d7e 100644 --- a/contributors.yml +++ b/contributors.yml @@ -454,3 +454,4 @@ - zeromask1337 - zheng-chuang - zxTomw +- arditdine \ No newline at end of file