Skip to content

Commit

Permalink
chore(nuxt.config): 🔧 Disable 'buildCache' config
Browse files Browse the repository at this point in the history
  • Loading branch information
bKoZii committed Sep 12, 2024
1 parent 690b676 commit 3ca9144
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ export default defineNuxtConfig({
storesDirs: ['./stores/**']
},
experimental: {
externalVue: false,
buildCache: true
externalVue: false
},
robots: {
allow: ['/', '/blog/'],
Expand Down

1 comment on commit 3ca9144

@vercel
Copy link

@vercel vercel bot commented on 3ca9144 Sep 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

konkamon – ./

konkamon.vercel.app
konkamon-bkozii.vercel.app
konkamon-git-main-bkozii.vercel.app

Please sign in to comment.