aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-13 15:33:50 -0700
committerFuwn <[email protected]>2024-06-13 15:34:10 -0700
commit038dffe3c35f1bff0a2aec79742648b92cda2fb9 (patch)
tree1932f10317d829c69d0594671898468394c34416
parent5d70b86bb06095fd890aac0746dff3a41dc421bf (diff)
downloadmayu-038dffe3c35f1bff0a2aec79742648b92cda2fb9.tar.xz
mayu-038dffe3c35f1bff0a2aec79742648b92cda2fb9.zip
fix(index.html): replace with new url
-rw-r--r--gleam.toml2
-rw-r--r--index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/gleam.toml b/gleam.toml
index 0bb3b0e..64d5fc1 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -2,7 +2,7 @@
# https://gleam.run/writing-gleam/gleam-toml/.
name = "mayu"
-version = "0.1.5"
+version = "0.1.8"
gleam = ">= 1.2.0"
description = "Moe-Counter Compatible Website Hit Counter"
licenses = ["GPL-3.0-only"]
diff --git a/index.html b/index.html
index f60069f..673b44a 100644
--- a/index.html
+++ b/index.html
@@ -226,7 +226,7 @@
<div class="counter">
<img
id="example"
- src="https://counter.due.moe/get/@demo"
+ src="https://mayu.due.moe/get/@demo"
alt="Example counter"
class="example-image"
/>
@@ -284,7 +284,7 @@
themeValue = themeSelect.value;
}
- image.src = `https://counter.due.moe/get/@${inputValue}?theme=${themeValue}`;
+ image.src = `https://mayu.due.moe/get/@${inputValue}?theme=${themeValue}`;
setCopyCodes();
};