Skip to content

Commit

Permalink
fix: disable build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 3, 2024
1 parent d07ceac commit 1bf1f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default defineNuxtConfig({
},

experimental: {
buildCache: true,
buildCache: false,
defaults: {
useAsyncData: {
deep: false,
Expand Down

0 comments on commit 1bf1f66

Please sign in to comment.