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 9b0a55bCopy full SHA for 9b0a55b
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: false, ssr: true },
91
'/api/**': { isr: 60 },
92
'/200.html': { prerender: true },
93
'/package/**': { isr: getISRConfig(60, true) },
0 commit comments