更新依赖包版本
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import createMDX from '@next/mdx'
|
||||
|
||||
export default createMDX({
|
||||
extension: /\.(md|mdx)$/,
|
||||
options: {
|
||||
rehypePlugins: [
|
||||
['rehype-highlight', null],
|
||||
],
|
||||
},
|
||||
})({
|
||||
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
|
||||
output: 'standalone',
|
||||
pageExtensions: ['js', 'jsx', 'mdx', 'ts', 'tsx'],
|
||||
allowedDevOrigins: [
|
||||
'192.168.3.42',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user