Skip to content

Commit

Permalink
feat: cache isr
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaiana committed May 12, 2023
1 parent bfd8a3e commit a2b474d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ export default defineNuxtConfig({
},
routeRules: {
'/**': { isr: 86400 },
'/about': { isr: true },
},
})

0 comments on commit a2b474d

Please sign in to comment.