Skip to content

Commit

Permalink
Add compatibilityDate to nuxt.config.js + audit fix (#20)
Browse files Browse the repository at this point in the history
* chore: compatibilityDate in nuxt.config

* chore: version + audit fix
  • Loading branch information
stefanorosanelli authored Oct 3, 2024
1 parent 3333242 commit e8c0c1f
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 73 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ export default defineNuxtConfig({
secret: '',
},
},

compatibilityDate: '2024-10-02',
});
146 changes: 73 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8c0c1f

Please sign in to comment.