We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f36ed03 commit 303a772Copy full SHA for 303a772
next.config.mjs
@@ -1,6 +1,8 @@
1
import { createMDX } from 'fumadocs-mdx/next';
2
3
-const withMDX = createMDX();
+const withMDX = createMDX({
4
+ static: true,
5
+});
6
7
/** @type {import('next').NextConfig} */
8
const config = {
0 commit comments