remaster text
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import createMDX from "@next/mdx"
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
images: {
|
||||
@@ -10,7 +12,10 @@ const nextConfig = {
|
||||
]
|
||||
},
|
||||
output: 'standalone',
|
||||
productionBrowserSourceMaps: false
|
||||
productionBrowserSourceMaps: false,
|
||||
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
const withMDX = createMDX()
|
||||
|
||||
export default withMDX(nextConfig);
|
||||
|
||||
Reference in New Issue
Block a user