Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 6caa66c

Browse files
bdenhamkeharper
authored andcommitted
Configured the imgbot app to ignore SVG files (#5799)
The imgbot app breaks drawio SVGs when it tries to optimize them
1 parent df8f5d2 commit 6caa66c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.imgbotconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ignoredFiles": [
3+
"*.svg"
4+
],
5+
"aggressiveCompression": false
6+
}

0 commit comments

Comments
 (0)