Skip to content

Commit 9d03015

Browse files
authored
docs: update README.md (#1630)
1 parent 38c2f67 commit 9d03015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = {
163163
}
164164

165165
// Don't handle images under root-relative /external_images/
166-
if (/^\/external_images\//.test(path)) {
166+
if (/^\/external_images\//.test(url)) {
167167
return false;
168168
}
169169

0 commit comments

Comments
 (0)