Skip to content

Commit 8bbb48a

Browse files
author
TechStack Global
committed
fix: Fixed missing relative path for MacBook Pro interior image in review post
1 parent 465ea42 commit 8bbb48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/apple-macbook-pro-m4-pro-review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h4 style="margin-bottom: 0.5rem;"><i class="fa-solid fa-times-circle" style="co
134134

135135
<div
136136
style="background-color: white; border-radius: 12px; margin-bottom: 2rem; padding: 2rem; text-align: center;">
137-
<img src="assets/images/macbook_hero.jpg"
137+
<img src="../assets/images/macbook_hero.jpg"
138138
alt="Official Apple MacBook Pro M4 Pro - Space Black Front View" class="post-hero-img"
139139
loading="lazy" style="max-width:100%; max-height: 500px; object-fit: contain;">
140140
</div>

0 commit comments

Comments
 (0)