Skip to content

Commit

Permalink
chore: add nuxt isr
Browse files Browse the repository at this point in the history
  • Loading branch information
rdunk committed Jun 5, 2024
1 parent ae5871f commit 64bd88c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default defineNuxtConfig({
exclude: [/\bpackages\/.+\b/],
},
},
routeRules: {
'/shoes': {isr: 10},
},
modules: ['@nuxtjs/tailwindcss', '@nuxtjs/sanity'],
sanity: {
globalHelper: true,
Expand Down

0 comments on commit 64bd88c

Please sign in to comment.