更新依赖包版本

This commit is contained in:
2025-12-09 09:32:20 +08:00
parent 8958796956
commit bdb6264825
5 changed files with 77 additions and 102 deletions

View File

@@ -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',
],