Initail_Commit
This commit is contained in:
13
next.config.mjs
Normal file
13
next.config.mjs
Normal file
@@ -0,0 +1,13 @@
|
||||
import mdx from '@next/mdx';
|
||||
|
||||
const withMDX = mdx({
|
||||
extension: /\.mdx?$/,
|
||||
options: { },
|
||||
});
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
pageExtensions: ['ts', 'tsx', 'md', 'mdx'],
|
||||
};
|
||||
|
||||
export default withMDX(nextConfig);
|
||||
Reference in New Issue
Block a user