next.js/test/e2e/app-dir/app-css/next.config.js
next.config.js13 lines217 B
const mdx = require('@next/mdx')

const withMDX = mdx()

const nextConfig = {
  pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
  experimental: {
    mdxRs: true,
  },
}

module.exports = withMDX(nextConfig)
Quest for Codev2.0.0
/
SIGN IN