We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f940285 commit a0adfd1Copy full SHA for a0adfd1
app/vite.config.ts
@@ -7,7 +7,7 @@ export default defineConfig({
7
config: {
8
routeRules: {
9
'/': { prerender: true },
10
- '/**': { swr: 60 },
+ '/**': { isr: 60 },
11
},
12
13
}),
0 commit comments