From 96b9892dca0f6a5e8938562653931697d8508a5e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 16 Mar 2025 21:18:21 -0700 Subject: feat(index.html): Use absolute image source relative to local instance --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 51b7935..dcb1b25 100644 --- a/index.html +++ b/index.html @@ -229,7 +229,7 @@
Example counter @@ -292,7 +292,7 @@ themeValue = themeSelect.value; } - image.src = `https://mayu.due.moe/get/@${inputValue}?theme=${themeValue}&padding=6`; + image.src = `/get/@${inputValue}?theme=${themeValue}&padding=6`; setCopyCodes(); }; -- cgit v1.2.3