Skip to content

Commit e89102d

Browse files
Copilotyuhattor
andcommitted
Update documentation with guidance for removing original PNG files
Co-authored-by: yuhattor <15963767+yuhattor@users.noreply.github.com>
1 parent a3c51a7 commit e89102d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

static/images/events/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,15 @@ for file in *.png; do
4646
done
4747
```
4848

49+
## Note About Original PNG Files
50+
51+
After converting PNG files to optimized JPGs, the original PNG files can be safely removed to save repository space. As part of issue #424, we were able to reduce the total image size from 57MB to 4.9MB (91% reduction).
52+
53+
To remove the original PNG files after confirming the JPGs work correctly:
54+
55+
```bash
56+
git rm path/to/original_file.png
57+
git commit -m "Remove original PNG that has been converted to optimized JPG"
58+
```
59+
4960
This guidance was created as part of issue #424 to improve page load performance.

0 commit comments

Comments
 (0)