Skip to content

Commit caf3669

Browse files
committed
chore: try to fix image urls
1 parent cc738d2 commit caf3669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "hugo -D serve -p 5000",
88
"build": "npm run hugo && npm run codemod",
99
"hugo": "hugo",
10-
"codemod": "perl -pi -e 's@src=\"\\/([^/])@src=\"https://help.jsbin.com/\\1@g' public/**/*.html"
10+
"codemod": "perl -pi -e 's#src=\"\/([^/])#src=\"https://help.jsbin.com/\\1#g' public/{help,blog}/**/*.html; grep '/images/deleted-bin.png' public/help/delete-a-bin/index.html"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)