Skip to content

Commit

Permalink
Remove unused code in next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshu05 committed Feb 10, 2024
1 parent 1df0211 commit 9955298
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
const withMDX = require('@next/mdx')({
extension: /\.mdx?$/,
options: {
remarkPlugins: [],
rehypePlugins: [],
},
})

/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
reactStrictMode: true,
experimental: {
mdxRs: true
}
}

module.exports = withMDX(nextConfig)
}

0 comments on commit 9955298

Please sign in to comment.