Skip to content

Commit b11d2f1

Browse files
committed
refactor: remove Nextra configuration and simplify Next.js export settings
1 parent 6f72a64 commit b11d2f1

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

next.config.mjs

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
import nextra from 'nextra'
21

3-
const withNextra = nextra({
4-
// ... Other Nextra config options
5-
})
62

7-
// You can include other Next.js configuration options here, in addition to Nextra settings:
8-
export default withNextra({
3+
4+
5+
export default {
96
output: "export"
10-
})
7+
}

0 commit comments

Comments
 (0)