Skip to content

Commit

Permalink
docs: fix dir option (nuxt#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudanbabar authored Jun 7, 2021
1 parent 826727b commit d1e65b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/pages/en/3.api/1.options.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ For example you might want the source images in `assets/images` directory rather

```ts [nuxt.config.js]
export default {
dir: 'assets/images'
image: {
dir: 'assets/images'
}
}
```

Expand Down

0 comments on commit d1e65b8

Please sign in to comment.