multiple style changes
This commit is contained in:
@@ -17,6 +17,10 @@ const withMDX = require('@next/mdx')({
|
||||
const nextConfig = {
|
||||
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdx'],
|
||||
reactStrictMode: true,
|
||||
experimental: {
|
||||
mdxRs: true,
|
||||
serverActions: true,
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = withMDX(nextConfig);
|
||||
|
||||
Reference in New Issue
Block a user