chore: fixes

This commit is contained in:
MattTheTekie 2026-05-16 12:15:14 -04:00
commit 50420a5ac8

View file

@ -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