We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ce8a1 commit 4e68b07Copy full SHA for 4e68b07
docs/.vitepress/config.mts
@@ -27,7 +27,7 @@ const vitepressOptions: UserConfig = {
27
description: "Docs of CommandAPI",
28
cleanUrls: true,
29
metaChunk: true,
30
- base: '', // place to put the version
+ base: '/9.7.0/', // place to put the version
31
ignoreDeadLinks: true, // TODO remove when all things are done
32
rewrites: {
33
'en/:rest*': ':rest*'
0 commit comments