Skip to content

Commit

Permalink
chore(dev): enable devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
tmlmt committed Aug 28, 2024
1 parent ac3fd22 commit a75c7bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default defineNuxtConfig({
'~/assets/main.css'
],

devtools: { enabled: true },

modules: ['@nuxt/image-edge', '@nuxtjs/robots', '@nuxtjs/sitemap', 'nuxt-og-image', '@kevinmarrec/nuxt-pwa'],

postcss: {
Expand Down

0 comments on commit a75c7bf

Please sign in to comment.