We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5defe82 + bcc11ca commit 733bdbcCopy full SHA for 733bdbc
.imgbotconfig
@@ -0,0 +1,17 @@
1
+{
2
+ "schedule": "daily",
3
+ "ignoredFiles": [
4
+ "*.svg",
5
+ "/static/img/svg*"
6
+ ],
7
+ "quality": 75,
8
+ "aggressiveCompression": false,
9
+ "commitMessage": "🤖 Optimized images by [ImgBot]",
10
+ "prTitle": "🤖 Image optimization",
11
+ "prDescription": "This PR optimizes images using ImgBot. Image compression helps improve page load speed and performance.",
12
+ "resizeImages": {
13
+ "enabled": true,
14
+ "maxWidth": 1920,
15
+ "maxHeight": 1080
16
+ }
17
+}
0 commit comments