Skip to content

Commit 8668386

Browse files
committed
test(overhead): Stop loading api.lorem.space images
This site is dead, lets remove the image loading from it. Not sure if loading images is required for the overhead metrics though...
1 parent b30936c commit 8668386

File tree

1 file changed

+1
-1
lines changed
  • packages/overhead-metrics/test-apps/booking-app

1 file changed

+1
-1
lines changed

packages/overhead-metrics/test-apps/booking-app/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function replacePlaceholders(str, placeholders) {
124124
}
125125

126126
const template = `<figure class="result-image">
127-
<img src="https://api.lorem.space/image/house?w=350&h=250" alt="{{title}}" data-image />
127+
<img alt="{{title}}" data-image />
128128
</figure>
129129
130130
<div class="result-content">

0 commit comments

Comments
 (0)