Skip to content

Commit 44c641b

Browse files
committed
chore: 📦 update @grapp/nextra-theme version
1 parent 77e877d commit 44c641b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/bun.lockb

0 Bytes
Binary file not shown.

docs/next.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const nextra = require('nextra')
2-
const { nextraOptions, withNextraOptions } = require('@grapp/nextra-theme/config/nextra')
2+
const { getNextraOptions, getWithNextraOptions } = require('@grapp/nextra-theme/config/nextra')
33

4-
const withNextra = nextra(nextraOptions)
5-
module.exports = withNextra(withNextraOptions)
4+
const withNextra = nextra(getNextraOptions())
5+
module.exports = withNextra(getWithNextraOptions())

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"typescript": "^5.0.0"
2323
},
2424
"dependencies": {
25-
"@grapp/nextra-theme": "^0.1.0"
25+
"@grapp/nextra-theme": "^0.2.4"
2626
}
2727
}

0 commit comments

Comments
 (0)