Skip to content

Commit bc898bc

Browse files
committed
enable v3_singleFetch
1 parent edb182e commit bc898bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default defineConfig({
5353
v3_lazyRouteDiscovery: true,
5454
v3_relativeSplatPath: true,
5555
v3_throwAbortReason: true,
56+
v3_singleFetch: true,
5657
},
5758
routes: async (defineRoutes) => {
5859
return flatRoutes('routes', defineRoutes, {

0 commit comments

Comments
 (0)