Skip to content

Commit 8c40f06

Browse files
authored
fix: build error (#48)
1 parent ea94dff commit 8c40f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/common/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default defineConfig(({ mode }) => ({
1414
viteStaticCopy({
1515
targets: [
1616
{
17-
src: '../../home/public/downloadFile/*',
17+
src: '../home/public/downloadFile/*',
1818
dest: `dist/home/downloadFile`
1919
}
2020
]

0 commit comments

Comments
 (0)