From 0933e0a402e30c0ee642c7d85340c27357ca972e Mon Sep 17 00:00:00 2001 From: Alexander Repeta <alexander.repeta@gmail.com> Date: Fri, 23 Apr 2021 10:54:26 +0300 Subject: [PATCH] add htmlnano config --- .htmlnanorc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htmlnanorc diff --git a/.htmlnanorc b/.htmlnanorc new file mode 100644 index 0000000..3ada6d3 --- /dev/null +++ b/.htmlnanorc @@ -0,0 +1,3 @@ +{ + "minifySvg": false +} \ No newline at end of file -- GitLab