Skip to content

Commit 9ed41d8

Browse files
committed
chore: lint fix
1 parent 524fd0f commit 9ed41d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/nuxt.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineNuxtConfig({
88
'@nuxthq/studio',
99
'nuxt-og-image',
1010
'nuxt-cloudflare-analytics',
11-
"@nuxtjs/plausible"
11+
'@nuxtjs/plausible'
1212
],
1313
hooks: {
1414
// Define `@nuxt/ui` components as global to use them in `.md` (feel free to add those you need)
@@ -34,4 +34,4 @@ export default defineNuxtConfig({
3434
typescript: {
3535
strict: false
3636
}
37-
})
37+
})

0 commit comments

Comments
 (0)