Skip to content

Commit

Permalink
Update version number in next.config.js API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens authored Feb 10, 2022
1 parent 26c40f3 commit 57eec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next.config.js/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = (phase, { defaultConfig }) => {
}
```

Since Next.js 12.0.10, you can use an async function:
Since Next.js 12.1.0, you can use an async function:

```js
module.exports = async (phase, { defaultConfig }) => {
Expand Down

0 comments on commit 57eec88

Please sign in to comment.