diff --git a/html/want-you-gone.ejs b/html/want-you-gone.ejs index 13c97c48..e6c9e986 100644 --- a/html/want-you-gone.ejs +++ b/html/want-you-gone.ejs @@ -248,7 +248,7 @@ window.int4 = setInterval(() => ccursorShown = !ccursorShown, blinkDelay); const loadCreditsTimings = async () => { - let res = await fetch("https://ashley143.gay/credits.txt"); + let res = await fetch("https://ashley0143.xyz/credits.txt"); let credits = (await res.text()).split("\n"); let _timings = [];