Skip to content

Commit b10a7de

Browse files
committed
fix: add base '/blog/' for GitHub Pages subdirectory deployment
1 parent 7a7a5b5 commit b10a7de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ function escapeMustache(content: string): string {
77
}
88

99
export default defineConfig({
10+
base: "/blog/",
1011
title: "前端成长记录",
1112
description: "一个前端工程师从 2018 年开始的学习与成长记录",
1213
lang: "zh-CN",

0 commit comments

Comments
 (0)