Skip to content

Commit 4e68b07

Browse files
committed
fix: fix base
1 parent 36ce8a1 commit 4e68b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const vitepressOptions: UserConfig = {
2727
description: "Docs of CommandAPI",
2828
cleanUrls: true,
2929
metaChunk: true,
30-
base: '', // place to put the version
30+
base: '/9.7.0/', // place to put the version
3131
ignoreDeadLinks: true, // TODO remove when all things are done
3232
rewrites: {
3333
'en/:rest*': ':rest*'

0 commit comments

Comments
 (0)