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 9394632 commit d0090d6Copy full SHA for d0090d6
1 file changed
nuxt.config.ts
@@ -97,7 +97,7 @@ export default defineNuxtConfig({
97
'/__og-image__/**': { isr: getISRConfig(60) },
98
'/_avatar/**': { isr: 3600, proxy: 'https://www.gravatar.com/avatar/**' },
99
'/opensearch.xml': { isr: true },
100
- '/oauth-client-metadata.json': { prerender: true },
+ '/oauth-client-metadata.json': { isr: getISRConfig(60, true), prerender: true },
101
// never cache
102
'/api/auth/**': { isr: false, cache: false },
103
'/api/social/**': { isr: false, cache: false },
0 commit comments