Skip to content

Commit 08423c2

Browse files
committed
Fix broken image
1 parent f3bfeaa commit 08423c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-07-25-the-extensibility-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Note that `.mark()`’s useful property is `startTime` and `.measures()`’s is
6666
`duration`.
6767

6868
<figure>
69-
<img src="{{ site.cloudinary }}/wp-content/uploads/2025/07/extensibility-01.png" alt"Chrome DevTools Console view filtered using source:console-api to isolate user-generated performance logs." width="1500" height="891" loading="lazy">
69+
<img src="{{ site.cloudinary }}/wp-content/uploads/2025/07/extensibility-01.png" alt="Chrome DevTools Console view filtered using source:console-api to isolate user-generated performance logs." width="1500" height="891" loading="lazy">
7070
<figcaption>You can use <code>source:console-api</code> to scope your Console
7171
messages only to things logged to it. Much cleaner.</figcaption>
7272
</figure>

0 commit comments

Comments
 (0)