Skip to content

Commit 733bdbc

Browse files
authored
Merge pull request #4057 from CodeHarborHub/dev-3
Image Bot added for optimimum images
2 parents 5defe82 + bcc11ca commit 733bdbc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.imgbotconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)