Skip to content

Commit

Permalink
fix: remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaiana committed May 18, 2023
1 parent 3d8026c commit 804a11f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ export default defineNuxtConfig({
autoprefixer: {},
},
},
routeRules: {
'/**': { isr: 86400 },
'/about': { isr: true },
'/blog/**': { isr: false },
},
// routeRules: {
// '/**': { isr: 86400 },
// '/about': { isr: true },
// '/blog/**': { isr: false },
// },
})

0 comments on commit 804a11f

Please sign in to comment.