Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Commit 0294116

Browse files
remove the output and imges unoptimized
1 parent cd4c165 commit 0294116

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

docs/next.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,4 @@ const withNextra = require("nextra")({
99
readingTime: true,
1010
});
1111

12-
module.exports = withNextra({
13-
output: 'export',
14-
images:{
15-
unoptimized: true
16-
}
17-
});
12+
module.exports = withNextra({});

0 commit comments

Comments
 (0)