Skip to content

Commit f6fb8c7

Browse files
committed
fix
1 parent d9707c2 commit f6fb8c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/(home)/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Image } from 'fumadocs-core/framework';
2-
import Link from 'next/link';
32
import { Card } from 'fumadocs-ui/components/card';
43
import { Zap, Code, Package, Puzzle } from 'lucide-react';
54

next.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const withMDX = createMDX();
66
const config = {
77
reactStrictMode: true,
88
output: 'export',
9+
images: {
10+
unoptimized: true,
11+
},
912
};
1013

1114
export default withMDX(config);

0 commit comments

Comments
 (0)