提交 a964dc82 编写于 作者: J Jason Dreyzehner 提交者: Tim Neutkens

update with-mdx example to latest packages (#9186)

上级 8227baf4
const withMDX = require('@zeit/next-mdx')({
const withMDX = require('@next/mdx')({
extension: /\.mdx?$/
})
module.exports = withMDX({
......
......@@ -7,8 +7,8 @@
"start": "next start"
},
"dependencies": {
"@mdx-js/mdx": "^1.1.0",
"@zeit/next-mdx": "1.2.0",
"@mdx-js/loader": "^1.5.1",
"@next/mdx": "^9.1.1",
"next": "latest",
"react": "^16.8.6",
"react-dom": "^16.8.6"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册