From 50420a5ac8061cacaed460803415b0258002c688 Mon Sep 17 00:00:00 2001 From: MattTheTekie Date: Sat, 16 May 2026 12:15:14 -0400 Subject: [PATCH] chore: fixes --- javascript/carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/carousel.js b/javascript/carousel.js index 916b5c6..7ae913e 100644 --- a/javascript/carousel.js +++ b/javascript/carousel.js @@ -3,7 +3,7 @@ document.addEventListener("DOMContentLoaded", async () => { if (!container) return; try { - const res = await fetch("/carousel.html"); + const res = await fetch("https://www.veltron.net/carousel.html"); const html = await res.text(); // Inject HTML