Skip to content

Commit 0cc873f

Browse files
committed
Disable single fetch while we determine limitations with redirects
1 parent 930e14d commit 0cc873f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default defineConfig({
5454
v3_relativeSplatPath: true,
5555
v3_throwAbortReason: true,
5656
v3_lazyRouteDiscovery: true,
57-
v3_singleFetch: true,
57+
v3_singleFetch: false,
5858
v3_routeConfig: true,
5959
},
6060
}),

0 commit comments

Comments
 (0)