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 349c0a0 commit d706e1bCopy full SHA for d706e1b
app/vite.config.ts
@@ -7,6 +7,7 @@ export default defineConfig({
7
config: {
8
routeRules: {
9
'/': { isr: true },
10
+ '/**': { isr: 60 },
11
},
12
13
}),
0 commit comments