Skip to content

Commit 063fa22

Browse files
author
Ali(Ako) Hosseini
authored
Hotfix: fix cashier broken image (#4189)
1 parent f12fe8d commit 063fa22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/build/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const copyConfig = base => {
3737
to: 'cashier/css',
3838
},
3939
{
40-
from: path.resolve(__dirname, '../node_modules/@deriv/cashier/dist/cashier/public/'),
41-
to: 'public',
40+
from: path.resolve(__dirname, '../node_modules/@deriv/cashier/dist/cashier/public'),
41+
to: 'cashier/public',
4242
transformPath(context) {
4343
return context.split('node_modules/@deriv/cashier/dist/')[1];
4444
},

0 commit comments

Comments
 (0)