Skip to content

Commit 2e71226

Browse files
author
TechStack Global
committed
fix: replace amazon cdn urls with local assets in amazon stack to prevent adblocker issues
1 parent d640d98 commit 2e71226

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

amazon-stack.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3><a href="posts/apple-macbook-pro-m4-pro-review.html"
9494
<!-- Dell XPS 15 -->
9595
<div class="product-item glass-card">
9696
<div class="product-thumbnail-wrapper">
97-
<img src="https://m.media-amazon.com/images/I/61Ks9X44eVL._AC_SL1181_.jpg"
97+
<img src="assets/images/products/61Ks9X44eVL._AC_SL1181_.jpg"
9898
alt="Dell XPS 15 9530 — product thumbnail" class="product-thumbnail" loading="lazy">
9999
</div>
100100
<div class="product-info">
@@ -109,7 +109,7 @@ <h3><a href="posts/dell-xps-15-9530-review.html" aria-label="Open review: Dell X
109109
<!-- Surface Laptop Studio 2 -->
110110
<div class="product-item glass-card">
111111
<div class="product-thumbnail-wrapper">
112-
<img src="https://m.media-amazon.com/images/I/61LMopCIyTL._AC_SL1200_.jpg"
112+
<img src="assets/images/products/61LMopCIyTL._AC_SL1200_.jpg"
113113
alt="Surface Laptop Studio 2 — product thumbnail" class="product-thumbnail" loading="lazy">
114114
</div>
115115
<div class="product-info">
@@ -139,7 +139,7 @@ <h3><a href="posts/samsung-990-pro-ssd-review.html"
139139
<!-- LG Monitor -->
140140
<div class="product-item glass-card">
141141
<div class="product-thumbnail-wrapper">
142-
<img src="https://m.media-amazon.com/images/I/71R-r8EAn2L._AC_SL1500_.jpg"
142+
<img src="assets/images/products/lg-27us500w-primary.jpg"
143143
alt="LG 27US500-W 4K Monitor — product thumbnail" class="product-thumbnail" loading="lazy">
144144
</div>
145145
<div class="product-info">

0 commit comments

Comments
 (0)