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