mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
[SKIP_BUILD] Fix background image url
This commit is contained in:
parent
c9c4d8dd62
commit
c2edd6f619
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<script>
|
||||
let imagePath = "http://localhost:8000/redirect_assets/wallpaper/";
|
||||
let imagePath = "//mccteam.github.io/redirect_assets/wallpaper/";
|
||||
let numImages = 8;
|
||||
let image = randomIntFromInterval(1, numImages);
|
||||
let selectedImagePath = `${imagePath}${image}.png`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue