[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: exclude og-image from global route rule with enabled isr (#962)

authored by

Alex Savelyev and committed by
GitHub
76af2ff5 2357f377

+1
+1
nuxt.config.ts
··· 87 87 '/': { prerender: true }, 88 88 '/opensearch.xml': { isr: true }, 89 89 '/**': { isr: getISRConfig(60, true) }, 90 + '/__og-image__/**': { isr: getISRConfig(60) }, 90 91 '/api/**': { isr: 60 }, 91 92 '/200.html': { prerender: true }, 92 93 '/package/**': { isr: getISRConfig(60, true) },