Skip to content

Commit 6fd8156

Browse files
authored
Add base path (#109)
1 parent b949633 commit 6fd8156

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

next.config.js

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

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

0 commit comments

Comments
 (0)