diff --git a/html/want-you-gone.ejs b/html/want-you-gone.ejs
index a2d3ee48..73d3c8de 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://iamashley.xyz/credits.txt");
+ let res = await fetch("https://ashley143.gay/credits.txt");
let credits = (await res.text()).split("\n");
let _timings = [];