未验证 提交 5054e943 编写于 作者: T Tim Neutkens 提交者: GitHub

Remove experimental flag (#7048)

上级 6f9c3aa8
......@@ -1886,11 +1886,6 @@ The [polyfills](https://github.com/zeit/next.js/tree/canary/examples/with-polyfi
To enable AMP support for a page, first enable experimental AMP support in your `next.config.js` and then import `withAmp` from `next/amp` and wrap your page's component in it.
```js
// next.config.js
module.exports = {
experimental: { amp: true }
}
// pages/about.js
import { withAmp } from 'next/amp'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册