Skip to content

Commit

Permalink
Prevent parcel to purge svg arrows on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Rusch authored and schorfES committed May 7, 2024
1 parent 49fb2ba commit b1ddc39
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .htmlnanorc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"minifySvg": {
"plugins": [
{
"cleanupIDs": false
},
{
"removeUselessDefs": false
},
{
"removeUnknownsAndDefaults": false
}
]
}
}

0 comments on commit b1ddc39

Please sign in to comment.