We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55d7c6 commit c9ea255Copy full SHA for c9ea255
docs/next.config.js
@@ -4,6 +4,4 @@ const withNextra = require('nextra')({
4
defaultShowCopyCode: true,
5
});
6
7
-module.exports = withNextra({
8
- basePath: '/docs'
9
-});
+module.exports = withNextra();
0 commit comments