add veryyyy basic docs renderer
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import createMDX from '@next/mdx'
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "standalone",
|
||||
@ -17,4 +19,4 @@ const nextConfig = {
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
export default createMDX()(nextConfig)
|
||||
|
Reference in New Issue
Block a user