Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
afbf913aec
commit
3c600c06f9
11 changed files with 47 additions and 130 deletions
|
|
@ -1,10 +1,6 @@
|
|||
import type { NextConfig } from "next";
|
||||
import createMDX from '@next/mdx';
|
||||
const path = require('path')
|
||||
|
||||
const withMDX = createMDX({
|
||||
options: {},
|
||||
})
|
||||
const path = require('path')
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
pageExtensions: ['ts', 'tsx', 'mdx'],
|
||||
|
|
@ -15,4 +11,4 @@ const nextConfig: NextConfig = {
|
|||
output: 'standalone',
|
||||
};
|
||||
|
||||
export default withMDX(nextConfig);
|
||||
export default nextConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue