Skip to content

Commit

Permalink
chore: add compatibility date for Nitro presets and Nuxt modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Jul 13, 2024
1 parent 3d63557 commit 4377944
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,10 @@ export default defineNuxtConfig({
},
},
},

/**
* Provide compatibility information for Nitro presets, and Nuxt modules
* https://nuxt.com/docs/api/nuxt-config#compatibilitydate
*/
compatibilityDate: '2024-07-13',
})

0 comments on commit 4377944

Please sign in to comment.