Skip to content

Commit 2b560d9

Browse files
vite.config.js
1 parent ac0bea7 commit 2b560d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vite.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ const copyFiles = {
4444
src: 'public/res/android',
4545
dest: 'public/',
4646
},
47+
{
48+
src: 'public/res/png',
49+
dest: 'public/res/png/',
50+
},
4751
{
4852
src: 'public/favicon.ico',
4953
dest: 'public/',

0 commit comments

Comments
 (0)