Skip to content

Commit 7b3f543

Browse files
committed
fix(ci): 使用相对路径替代 @configs 别名以修复 tsx 解析问题
1 parent 9180158 commit 7b3f543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/.vitepress/config/changelog-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
getEmoji,
77
getLabel,
88
TYPE_ENUM
9-
} from '@configs/commit-types';
9+
} from '../../../../configs/commit-types';
1010

1111
export interface ChangelogTypeConfig {
1212
commitTypes: string[];

0 commit comments

Comments
 (0)