Skip to content

Commit

Permalink
chore(config): disabled nuxt devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Salatskyi authored and Anton Salatskyi committed Sep 26, 2023
1 parent ac22098 commit c0c25ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true }
})
export default defineNuxtConfig({})

0 comments on commit c0c25ff

Please sign in to comment.