chore: fixes
This commit is contained in:
parent
4a69f08ec5
commit
50420a5ac8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue