Skip to content

Commit f2c04f2

Browse files
authored
chore: add static prefix (#3892)
1 parent c34f864 commit f2c04f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdesign-react/site/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
1414

1515
const publicPathMap = {
1616
preview: '/',
17-
production: '/react/',
17+
production: 'https://static.tdesign.tencent.com/react/',
1818
};
1919

2020
const disableTreeShakingPlugin = (paths) => ({

0 commit comments

Comments
 (0)