From 07751d46140768c534b002e51e623df1501eb56f Mon Sep 17 00:00:00 2001 From: ACAlCapone Date: Sun, 11 Dec 2022 20:33:47 +0100 Subject: [PATCH] fix: re-enabled gallery preview images --- gallery/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/index.html b/gallery/index.html index f41236c4..3961e08e 100644 --- a/gallery/index.html +++ b/gallery/index.html @@ -192,7 +192,7 @@ ]; //functions getURL = (imageName) => { - return "https://raw.githubusercontent.com/ImKyle4815/cardconjurer/master/gallery/img/" + imageName; + return "gallery/img/" + imageName; } templateSample = (name, location, image) => { const shell = document.createElement("div"); @@ -229,4 +229,4 @@ populateGroup("tokenGrid", tokenTemplates); // populateGroup("otherGrid", otherTemplates); - \ No newline at end of file +