diff --git a/maxima_2025.html b/maxima_2025.html
index c03620b..4b7ca32 100644
--- a/maxima_2025.html
+++ b/maxima_2025.html
@@ -1297,7 +1297,7 @@
setTimeout(updateTexts,100);
const bg = document.querySelector("#bg");
- bg.style.backgroundImage = "url(\"images/bg/maxima_bg_" + Math.floor(Math.random() * 23) + ".jpg\")";
+ bg.style.backgroundImage = "url(\"/images/bg/maxima_bg_" + Math.floor(Math.random() * 23) + ".jpg\")";
setTimeout(() => {
bg.style.opacity = 1;
},100);