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 704987b commit cb586a3Copy full SHA for cb586a3
nuxt.config.ts
@@ -86,7 +86,7 @@ export default defineNuxtConfig({
86
routeRules: {
87
'/': { prerender: true },
88
'/opensearch.xml': { isr: true },
89
- '/**': { isr: getISRConfig(60, true) },
+ // '/**': { isr: getISRConfig(60, true) },
90
'/api/**': { isr: 60 },
91
'/200.html': { prerender: true },
92
'/package/**': { isr: getISRConfig(60, true) },
0 commit comments