Skip to content

Commit 34c1ec6

Browse files
author
Manuel A Delgado
committed
fix(readme): repair broken image paths — add icon_badge + installer preview
- Added resources/images/icon_badge.png (copied from assets/aeon_icon.png) which was in untracked assets/ dir and 404-ing on GitHub - Added resources/images/installer_preview.jpg with gitignore exception - Fixed README: assets/aeon_icon.png → resources/images/icon_badge.png - Updated .gitignore: whitelist installer_preview.jpg via negation rule - All 5 README images now resolve correctly on github.com
1 parent 5002a9e commit 34c1ec6

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,7 @@ billing/
113113
BRAINSTORM.md
114114
Gemini_Generated_Image*.jpg
115115
*.jpg
116+
# Exception: allow committed installer preview
117+
!resources/images/installer_preview.jpg
116118
billing/
117119
assets/icons/raw/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<br/>
66

7-
<img src="assets/aeon_icon.png" alt="Aeon Browser Icon" width="120"/>
7+
<img src="resources/images/icon_badge.png" alt="Aeon Browser Icon" width="120"/>
88

99
# Aeon Browser
1010

resources/images/icon_badge.png

29.1 KB
Loading
2.02 MB
Loading

0 commit comments

Comments
 (0)