From 554e26db07d864a1db3798cebbfd0fc5fce4ec4f Mon Sep 17 00:00:00 2001 From: Ajay-Dhangar Date: Mon, 29 Jul 2024 16:04:04 +0530 Subject: [PATCH 1/2] Image Bot added for optimimum images --- .imgbotconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .imgbotconfig diff --git a/.imgbotconfig b/.imgbotconfig new file mode 100644 index 000000000..632cff0eb --- /dev/null +++ b/.imgbotconfig @@ -0,0 +1,14 @@ +{ + "schedule": "daily", + "ignoredFiles": [ + "*.svg", + "/static/img/svg*" + ], + "quality": 75, + "aggressiveCompression": false, + "resizeImages": { + "enabled": true, + "maxWidth": 1920, + "maxHeight": 1080 + } +} \ No newline at end of file From bcc11ca31e61c324eb6aa8436a100f497131bfad Mon Sep 17 00:00:00 2001 From: Ajay-Dhangar Date: Mon, 29 Jul 2024 16:06:05 +0530 Subject: [PATCH 2/2] Image Bot added for optimimum images --- .imgbotconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.imgbotconfig b/.imgbotconfig index 632cff0eb..98e9d7fa3 100644 --- a/.imgbotconfig +++ b/.imgbotconfig @@ -6,6 +6,9 @@ ], "quality": 75, "aggressiveCompression": false, + "commitMessage": "🤖 Optimized images by [ImgBot]", + "prTitle": "🤖 Image optimization", + "prDescription": "This PR optimizes images using ImgBot. Image compression helps improve page load speed and performance.", "resizeImages": { "enabled": true, "maxWidth": 1920,