There was an error while loading. Please reload this page.
1 parent ea94dff commit 8c40f06Copy full SHA for 8c40f06
1 file changed
packages/common/vite.config.ts
@@ -14,7 +14,7 @@ export default defineConfig(({ mode }) => ({
14
viteStaticCopy({
15
targets: [
16
{
17
- src: '../../home/public/downloadFile/*',
+ src: '../home/public/downloadFile/*',
18
dest: `dist/home/downloadFile`
19
}
20
]
0 commit comments