Skip to content

Commit

Permalink
feat(web): copy product logos to public dist directory
Browse files Browse the repository at this point in the history
To make them accessible.
  • Loading branch information
dgdavid committed Sep 4, 2024
1 parent 3cb7ebf commit e85aef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const copy_files = [
"./src/index.html",
// TODO: consider using something more complete like https://github.com/jantimon/favicons-webpack-plugin
"./src/assets/favicon.svg",
{ from: "./src/assets/products/*.svg", to: "assets/logos/[name][ext]" }
];

const plugins = [
Expand Down

0 comments on commit e85aef0

Please sign in to comment.