⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(index.html): Use absolute image source relative to local instance

Fuwn 43c98b12 1d768c95

+2 -2
+2 -2
index.html
··· 229 229 <div class="counter"> 230 230 <img 231 231 id="example" 232 - src="https://mayu.due.moe/get/@demo" 232 + src="/get/@demo" 233 233 alt="Example counter" 234 234 class="example-image" 235 235 /> ··· 292 292 themeValue = themeSelect.value; 293 293 } 294 294 295 - image.src = `https://mayu.due.moe/get/@${inputValue}?theme=${themeValue}&padding=6`; 295 + image.src = `/get/@${inputValue}?theme=${themeValue}&padding=6`; 296 296 297 297 setCopyCodes(); 298 298 };