Skip to content

Commit

Permalink
Remove SVGO config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPropre committed Apr 20, 2021
1 parent 4bd321a commit 799389e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion src/OptimizerChainFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function create(array $config = []): OptimizerChain
]))

->addOptimizer(new Svgo([
'--config=svgo.config.js',
'--disable={cleanupIDs,removeViewBox}',
]))

->addOptimizer(new Gifsicle([
Expand Down
14 changes: 0 additions & 14 deletions svgo.config.js

This file was deleted.

0 comments on commit 799389e

Please sign in to comment.