mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix some svgs on production
This commit is contained in:
parent
e621e781ed
commit
52f9319778
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ const baseConfig = {
|
|||
options: {
|
||||
plugins: [
|
||||
{removeViewBox: false},
|
||||
{convertPathData: {noSpaceAfterFlags: false}},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
@ -124,6 +125,7 @@ const baseConfig = {
|
|||
options: {
|
||||
plugins: [
|
||||
{removeViewBox: false},
|
||||
{convertPathData: {noSpaceAfterFlags: false}},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue