Skip to content

Commit 40f81c3

Browse files
committed
Fix paths for GitHub Pages
1 parent 996452f commit 40f81c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ window.addEventListener('load', function () {
7272

7373
function processImage(image, callback) {
7474
var ImageNode = new Image()
75-
ImageNode.src = '/images/1px' + image.format
75+
ImageNode.src = 'images/1px' + image.format
7676

7777
ImageNode.onload = function () {
7878
callback(!!ImageNode.height)

0 commit comments

Comments
 (0)