未验证 提交 571f8bed 编写于 作者: D Daniel Lauzon 提交者: GitHub

Update trailingSlash parameter name (#17228)

Reflect the change in `trailingSlash` parameter name.

I found this because of the great warning on the build!
```
Warning: The "exportTrailingSlash" option has been renamed to "trailingSlash". Please update your next.config.js.
```
上级 0c4022e4
......@@ -63,7 +63,7 @@ To switch back and add a trailing slash, open `next.config.js` and enable the `e
```js
module.exports = {
exportTrailingSlash: true,
trailingSlash: true,
}
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册