aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-16 21:18:21 -0700
committerFuwn <[email protected]>2025-03-16 21:18:21 -0700
commit96b9892dca0f6a5e8938562653931697d8508a5e (patch)
treef242a5083196af738e7773ffdfda6f07302aa27a /index.html
parent146b67a3fbffa480b4132fa7b6ccae339d47523f (diff)
downloadmayu-96b9892dca0f6a5e8938562653931697d8508a5e.tar.xz
mayu-96b9892dca0f6a5e8938562653931697d8508a5e.zip
feat(index.html): Use absolute image source relative to local instance
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files 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 @@
<div class="counter">
<img
id="example"
- src="https://mayu.due.moe/get/@demo"
+ src="/get/@demo"
alt="Example counter"
class="example-image"
/>
@@ -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();
};