Skip to content

Commit

Permalink
Change 'buildModules' to say 'modules'
Browse files Browse the repository at this point in the history
As of Nuxt 3, `buildModules` property is deprecated. Use `modules` instead.
  • Loading branch information
dosstx authored Jul 8, 2022
1 parent 3d67108 commit 4090312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/1.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Add `@nuxt/image-edge` as a devDependency to your project:
```
::

Add the module to `buildModules` in your `nuxt.config`:
Add the module to `modules` in your `nuxt.config`:

```ts [nuxt.config.js]
export default {
Expand Down

0 comments on commit 4090312

Please sign in to comment.