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