ci: add doc publishment workflow (#353)

Co-authored-by: yihtseu <i@yizhou.ac.cn>
This commit is contained in:
ykiko
2026-02-01 23:01:06 +08:00
committed by GitHub
parent c0ffd2369b
commit 5b016b1317
5 changed files with 12 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ export default defineConfig({
title: "clice",
description: "a powerful and modern C++ language server",
cleanUrls: true,
base: "/",
base: "/clice/",
rewrites: {
"en/:rest*": ":rest*",
},