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 f1f681f commit 7d6766bCopy full SHA for 7d6766b
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set Base Url
18
run: |
19
BRANCH=$(echo ${GITHUB_REF} | sed -e 's/refs\/heads\///')
20
- BEFORE='---base---'
+ BEFORE='@base@'
21
if [[ $BRANCH == ver/* ]]; then
22
BRANCH_NAME=$(echo $BRANCH | sed 's|origin/||')
23
AFTER=$(echo $BRANCH_NAME | sed 's|build/ver/||')
docs/.vitepress/config.mts
@@ -27,7 +27,7 @@ const vitepressOptions: UserConfig = {
27
description: "Docs of CommandAPI",
28
cleanUrls: true,
29
metaChunk: true,
30
- base: "---base---",
+ base: "@base@",
31
ignoreDeadLinks: true, // TODO remove when all things are done
32
rewrites: {
33
'en/:rest*': ':rest*'
0 commit comments