We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7a5b5 commit b10a7deCopy full SHA for b10a7de
1 file changed
docs/.vitepress/config.ts
@@ -7,6 +7,7 @@ function escapeMustache(content: string): string {
7
}
8
9
export default defineConfig({
10
+ base: "/blog/",
11
title: "前端成长记录",
12
description: "一个前端工程师从 2018 年开始的学习与成长记录",
13
lang: "zh-CN",
0 commit comments