diff --git a/.htmlnanorc b/.htmlnanorc new file mode 100644 index 0000000..06cee34 --- /dev/null +++ b/.htmlnanorc @@ -0,0 +1,9 @@ +{ + "minifySvg": { + "plugins": [ + { + "cleanupIDs": false + } + ] + } +}