|
|
@@ -30,8 +30,8 @@ export default defineNuxtConfig({
|
|
|
// all routes will be generated at build time and cached permanently
|
|
|
'/**': { prerender: true },
|
|
|
// these pages will be background revalidated (ISR) at most every 60 seconds
|
|
|
- '/actualites': { ssr: true },
|
|
|
- '/actualites/**': { ssr: true },
|
|
|
+ '/actualites': { isr: 60 },
|
|
|
+ '/actualites/**': { isr: 60 },
|
|
|
'/nous-rejoindre': { isr: 60 },
|
|
|
'/nous-rejoindre/**': { isr: 60 },
|
|
|
},
|