Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Mar 10, 2024
1 parent 524fd0f commit 9ed41d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineNuxtConfig({
'@nuxthq/studio',
'nuxt-og-image',
'nuxt-cloudflare-analytics',
"@nuxtjs/plausible"
'@nuxtjs/plausible'
],
hooks: {
// Define `@nuxt/ui` components as global to use them in `.md` (feel free to add those you need)
Expand All @@ -34,4 +34,4 @@ export default defineNuxtConfig({
typescript: {
strict: false
}
})
})

0 comments on commit 9ed41d8

Please sign in to comment.