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