Skip to content

Commit

Permalink
SWED-2279 fix pipeline img file types colors page
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Oct 31, 2023
1 parent 2980036 commit 4e8cb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ module.exports = (env, argv) => {
destination: `./dist${basename}img/documentation/grid`,
},
{
source: `./src/img/${brand}/documentation/colors/*.png`,
source: `./src/img/${brand}/documentation/colors/*.{png,avif,jpg}`,
destination: `./dist${basename}img/documentation/colors`,
},
{
Expand Down

0 comments on commit 4e8cb14

Please sign in to comment.