We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e43a9 commit db65e18Copy full SHA for db65e18
next.config.js
@@ -1,4 +1,4 @@
1
-import nextra from 'nextra'
+const nextra = require('nextra').default
2
3
4
const withNextra = nextra({
@@ -66,4 +66,4 @@ const nextConfig = {
66
67
const config = withNextra(nextConfig)
68
69
-export default config
+module.exports = config
package.json
@@ -2,8 +2,8 @@
"name": "azuro-gem-docs",
"version": "0.1.0",
"engines": {
5
- "node": "=16.15.1",
6
- "npm": "=8.11.0"
+ "node": "=22.20.0",
+ "npm": ">=8.11.0"
7
},
8
"scripts": {
9
"dev": "next dev -p 5009",
0 commit comments