Skip to content

Commit c133f88

Browse files
committed
Set baseURL for serving on /docs/ subfolder
1 parent 1d209a8 commit c133f88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/.vuepress/config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
base:'/docs/', // We are serving on coderbot.org/docs, so set the baseURL accordingly
3+
}

0 commit comments

Comments
 (0)