Skip to content

Commit

Permalink
fix(playground): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Oct 24, 2024
1 parent c5e32fb commit 294bc38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ export default defineNuxtConfig({
extends: '@nuxt/ui-pro',
modules: ['@nuxt/ui', '@nuxt/content', '../src/module', '@nuxt/image'],

studio: {
enabled: true,
},
compatibilityDate: '2024-09-11',

hooks: {
// Set all components to global
Expand All @@ -31,5 +29,7 @@ export default defineNuxtConfig({
},
},

compatibilityDate: '2024-09-11',
studio: {
enabled: true,
},
})

0 comments on commit 294bc38

Please sign in to comment.