Skip to content

Commit c2a106d

Browse files
committed
perf: enable isr for zip files as well
1 parent 349c0a0 commit c2a106d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
config: {
88
routeRules: {
99
'/': { isr: true },
10+
'/**': { isr: 60 },
1011
},
1112
},
1213
}),

0 commit comments

Comments
 (0)