diff options
| -rw-r--r-- | gleam.toml | 2 | ||||
| -rw-r--r-- | index.html | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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"] @@ -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(); }; |