Skip to content

Commit

Permalink
Hotfix: fix cashier broken image (#4189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali(Ako) Hosseini authored Oct 27, 2021
1 parent f12fe8d commit 063fa22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const copyConfig = base => {
to: 'cashier/css',
},
{
from: path.resolve(__dirname, '../node_modules/@deriv/cashier/dist/cashier/public/'),
to: 'public',
from: path.resolve(__dirname, '../node_modules/@deriv/cashier/dist/cashier/public'),
to: 'cashier/public',
transformPath(context) {
return context.split('node_modules/@deriv/cashier/dist/')[1];
},
Expand Down

0 comments on commit 063fa22

Please sign in to comment.