Browse Source

test meta tags

Olivier Massot 1 year ago
parent
commit
93d80501e6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      nuxt.config.ts

+ 2 - 2
nuxt.config.ts

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