We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@grapp/nextra-theme
1 parent 77e877d commit 44c641bCopy full SHA for 44c641b
docs/bun.lockb
0 Bytes
docs/next.config.js
@@ -1,5 +1,5 @@
1
const nextra = require('nextra')
2
-const { nextraOptions, withNextraOptions } = require('@grapp/nextra-theme/config/nextra')
+const { getNextraOptions, getWithNextraOptions } = require('@grapp/nextra-theme/config/nextra')
3
4
-const withNextra = nextra(nextraOptions)
5
-module.exports = withNextra(withNextraOptions)
+const withNextra = nextra(getNextraOptions())
+module.exports = withNextra(getWithNextraOptions())
docs/package.json
@@ -22,6 +22,6 @@
22
"typescript": "^5.0.0"
23
},
24
"dependencies": {
25
- "@grapp/nextra-theme": "^0.1.0"
+ "@grapp/nextra-theme": "^0.2.4"
26
}
27
0 commit comments