Skip to content

Commit 554e26d

Browse files
committed
Image Bot added for optimimum images
1 parent fc4884d commit 554e26d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.imgbotconfig

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"schedule": "daily",
3+
"ignoredFiles": [
4+
"*.svg",
5+
"/static/img/svg*"
6+
],
7+
"quality": 75,
8+
"aggressiveCompression": false,
9+
"resizeImages": {
10+
"enabled": true,
11+
"maxWidth": 1920,
12+
"maxHeight": 1080
13+
}
14+
}

0 commit comments

Comments
 (0)