Skip to content

Commit 7157c08

Browse files
fix: add base path for GitHub Pages deployment
1 parent 4f84e6b commit 7157c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default defineConfig({
44
title: 'TML UI',
55
description: 'A Vue 3 Component Library built with TypeScript',
66
lang: 'zh-CN',
7+
base: '/TML-UI/',
78

89
themeConfig: {
910
nav: [

0 commit comments

Comments
 (0)