提交 d40f010d 编写于 作者: J Juan Miguel 提交者: Tim Neutkens

Delete _document.js (#9236)

After https://github.com/zeit/next.js/pull/5887, _document.js file is not needed anymore
上级 4dbd267c
import Document, { Head, Main, NextScript } from 'next/document'
export default class MyDocument extends Document {
render () {
return (
<html>
<Head />
<body>
<Main />
<NextScript />
</body>
</html>
)
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册