Touch up
This commit is contained in:
parent
786b76a868
commit
6cb9731f06
@ -1,5 +1,5 @@
|
|||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
fetch('idle-bgs/bgs.json')
|
fetch('/src/backgrounds/bgs.json')
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
.then(images => {
|
.then(images => {
|
||||||
const randomImage = images[Math.floor(Math.random() * images.length)];
|
const randomImage = images[Math.floor(Math.random() * images.length)];
|
||||||
|
Loading…
Reference in New Issue
Block a user