Skip to content

Commit 7424e32

Browse files
committed
fix
1 parent 303a772 commit 7424e32

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

next.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import { createMDX } from 'fumadocs-mdx/next';
22

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

75
/** @type {import('next').NextConfig} */
86
const config = {
97
reactStrictMode: true,
10-
output: 'export',
8+
// output: 'export',
119
};
1210

1311
export default withMDX(config);

0 commit comments

Comments
 (0)