Skip to content

Commit 90696c5

Browse files
author
Mohamed jinas
authored
docs: Brackets missing in the nuxt.config.ts. (#556)
1 parent fb34843 commit 90696c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/1.getting-started/1.setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ npm install --save-dev @nuxtjs/tailwindcss
2323

2424
::code-group
2525
```ts [nuxt.config (Nuxt 3)]
26-
export default defineNuxtConfig{
27-
modules: ['@nuxtjs/tailwindcss']
28-
}
26+
export default defineNuxtConfig({
27+
modules: ['@nuxtjs/tailwindcss']
28+
})
2929
```
3030

3131
```ts [nuxt.config (Nuxt 2)]

0 commit comments

Comments
 (0)