aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();
};