mostly completed docs
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m38s

This commit is contained in:
Lee
2024-04-21 05:47:52 +01:00
parent 3b1872a9dc
commit e6a28ed268
18 changed files with 733 additions and 183 deletions

View File

@ -1,5 +1,3 @@
import createMDX from "@next/mdx";
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
@ -17,6 +15,9 @@ const nextConfig = {
},
],
},
experimental: {
mdxRs: true,
},
};
export default createMDX()(nextConfig)
export default nextConfig;