diff --git a/.imgbotconfig b/.imgbotconfig new file mode 100644 index 000000000..98e9d7fa3 --- /dev/null +++ b/.imgbotconfig @@ -0,0 +1,17 @@ +{ + "schedule": "daily", + "ignoredFiles": [ + "*.svg", + "/static/img/svg*" + ], + "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, + "maxHeight": 1080 + } +} \ No newline at end of file