Skip to content

Commit

Permalink
Disable devtools by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
krazkidd committed Oct 2, 2023
1 parent 6a9f5d3 commit 2157af8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
// some people report having issues with devtools;
// uncomment to enable
//devtools: { enabled: true },
modules: [
"@nuxtjs/color-mode",
"@nuxtjs/tailwindcss",
Expand Down

0 comments on commit 2157af8

Please sign in to comment.