Skip to content

Commit

Permalink
docs: update nuxt config definition (nuxt#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemcode committed May 2, 2023
1 parent 5df24eb commit aaee7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/5.configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Nuxt Image is configured with sensible defaults.

To configure the image module and customize its behavior, you can use the `image` property in your `nuxt.config`:

```js{}[nuxt.config]
export default {
```ts [nuxt.config.ts]
export default defineNuxtConfig({
image: {
// Options
}
}
})
```

## `screens`
Expand Down

0 comments on commit aaee7ac

Please sign in to comment.