Skip to content

Commit 6d14fbf

Browse files
committed
chore: Update npm dependencies and add @nuxt/content module
1 parent 972b649 commit 6d14fbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/frontendmu-nuxt/nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineNuxtConfig({
2424
'@nuxtjs/seo',
2525
'shadcn-nuxt',
2626
'@nuxt/image',
27-
"@nuxt/content"
27+
'@nuxt/content',
2828
],
2929

3030
eslint: {
@@ -98,4 +98,4 @@ export default defineNuxtConfig({
9898
},
9999

100100
compatibilityDate: '2024-08-02',
101-
})
101+
})

0 commit comments

Comments
 (0)