Skip to content

Commit a9ffdb1

Browse files
committed
router: defaultPendingMinMs: 0
1 parent 449b74c commit a9ffdb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/root.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const router = createRouter({
1717
caseSensitive: true,
1818
defaultErrorComponent: ErrorComponent,
1919
defaultNotFoundComponent: NotFound,
20+
defaultPendingMinMs: 0,
2021
defaultPreload: 'intent'
2122
});
2223

0 commit comments

Comments
 (0)