diff --git a/assets/script.js b/assets/script.js
index 6cdbdd1..293a733 100644
--- a/assets/script.js
+++ b/assets/script.js
@@ -31,7 +31,7 @@ const getUrlFromCobalt = async (url) => { // <3 cobalt
const img = document.querySelector("#playImg");
const details = document.querySelector("#songDetails");
let isPlaying = false;
- const np = await fetch("https://zimpatrick.gq/_papi/np").then(r => r.json());
+ const np = await fetch("https://patriick.dev/_papi/np").then(r => r.json());
document.querySelector("#player").classList.add("shown");
let lastTrackId = np.youtubeId;
details.innerHTML = `${np.name}
${np.artist["#text"]}`
diff --git a/index.html b/index.html
index 9eae5a7..5acfe5f 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
-->