mdxRs与 @next/mdx 一起使用的实验性功能。使用新的 Rust 编译器来编译 MDX 文件。 next.config.jsconst withMDX = require('@next/mdx')() /** @type {import('next').NextConfig} */ const nextConfig = { pageExtensions: ['ts', 'tsx', 'mdx'], experimental: { mdxRs: true, }, } module.exports = withMDX(nextConfig)PreviousloggingNextonDemandEntries