Skip to content

Commit 399ca72

Browse files
committed
try again
1 parent 831fd03 commit 399ca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/siteConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const siteConfig = {
147147
}
148148
},
149149
enableUpdateTime : true,
150-
customDocsPath: path.basename(__dirname) + '/docs'
150+
customDocsPath: path.resolve(__dirname, '../docs')
151151
};
152152

153153
module.exports = siteConfig;

0 commit comments

Comments
 (0)