Skip to content

Commit c9ea255

Browse files
committed
build: remove docs base path
1 parent a55d7c6 commit c9ea255

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/next.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ const withNextra = require('nextra')({
44
defaultShowCopyCode: true,
55
});
66

7-
module.exports = withNextra({
8-
basePath: '/docs'
9-
});
7+
module.exports = withNextra();

0 commit comments

Comments
 (0)