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 0241a46 commit d3d3534Copy full SHA for d3d3534
nuxt.config.ts
@@ -86,8 +86,8 @@ export default defineNuxtConfig({
86
routeRules: {
87
'/': { prerender: true },
88
'/opensearch.xml': { isr: true },
89
- '/__og-image__/**': { ssr: true },
90
'/**': { isr: getISRConfig(60, true) },
+ '/__og-image__/**': { ssr: true },
91
'/api/**': { isr: 60 },
92
'/200.html': { prerender: true },
93
'/package/**': { isr: getISRConfig(60, true) },
0 commit comments