Skip to content

Commit

Permalink
chore: change svgo - disabled remove viewBox
Browse files Browse the repository at this point in the history
  • Loading branch information
teivienn committed Sep 29, 2023
1 parent f73f14d commit 52f1737
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/src/components/playground/config/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ const initialSvgoConfig = JSON.stringify(
plugins: [
{
name: 'preset-default',
params: { overrides: { removeTitle: false } },
params: {
overrides: {
removeTitle: false,
removeViewBox: false,
},
},
},
],
},
Expand Down

0 comments on commit 52f1737

Please sign in to comment.