Skip to content

Commit cb52e3c

Browse files
authored
chore: add static prefix (#3737)
1 parent feb66e5 commit cb52e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import tdocPlugin from './plugins/plugin-tdoc';
77

88
const publicPathMap = {
99
preview: '/',
10-
production: '/vue/',
10+
production: 'https://static.tdesign.tencent.com/vue/',
1111
};
1212

1313
// Rollup 4+ 的 tree-shaking 策略调整, 这里是为了让样式在站点构建正常

0 commit comments

Comments
 (0)