Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
const mdx = require('@next/mdx')
const withMDX = mdx()
const nextConfig = {
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
experimental: {
mdxRs: true,
},
}
module.exports = withMDX(nextConfig)