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)PreviousロギングNextonDemandEntries