Skip to content

Commit

Permalink
docs: Brackets missing in the nuxt.config.ts. (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed jinas authored Nov 2, 2022
1 parent fb34843 commit 90696c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/1.getting-started/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ npm install --save-dev @nuxtjs/tailwindcss

::code-group
```ts [nuxt.config (Nuxt 3)]
export default defineNuxtConfig{
modules: ['@nuxtjs/tailwindcss']
}
export default defineNuxtConfig({
modules: ['@nuxtjs/tailwindcss']
})
```

```ts [nuxt.config (Nuxt 2)]
Expand Down

0 comments on commit 90696c5

Please sign in to comment.