Skip to content

Commit 303a772

Browse files
committed
fix
1 parent f36ed03 commit 303a772

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

next.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { createMDX } from 'fumadocs-mdx/next';
22

3-
const withMDX = createMDX();
3+
const withMDX = createMDX({
4+
static: true,
5+
});
46

57
/** @type {import('next').NextConfig} */
68
const config = {

0 commit comments

Comments
 (0)