From cbae8390429b1ef3a4bdf2a3e4dc289614a6c01a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 13 Jun 2024 22:33:50 +0000 Subject: fix(index.html): replace with new url --- gleam.toml | 2 +- index.html | 4 ++-- 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 @@
Example counter @@ -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(); }; -- cgit v1.2.3