From f12316a80e40b598dad460c49432dfada48cba1f Mon Sep 17 00:00:00 2001 From: amy Date: Mon, 16 Dec 2024 06:32:54 +0330 Subject: [PATCH] move proxy to more stable server --- hacked/index.html | 4 ++-- index.html | 4 ++-- review/index.html | 4 ++-- src/App.tsx | 2 +- src/components/api.tsx | 2 +- src/components/music.tsx | 2 +- src/components/pfp.tsx | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/hacked/index.html b/hacked/index.html index d849e37..074a307 100644 --- a/hacked/index.html +++ b/hacked/index.html @@ -2,12 +2,12 @@ - + amy hacked - + diff --git a/index.html b/index.html index 79e8be4..e4aacd8 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,12 @@ - + amy - + diff --git a/review/index.html b/review/index.html index fb35304..2541ba2 100644 --- a/review/index.html +++ b/review/index.html @@ -3,12 +3,12 @@ - + amy reviews - + diff --git a/src/App.tsx b/src/App.tsx index 883c65a..f639e62 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -83,7 +83,7 @@ function App() { }, 200); gitgay.src = "/gaybackground.png" }} classList={{'gitgayimg': true, 'animate': isAnimating(), 'gaybackground': isAnimating()}} - src="https://proxy.mono.exhq.dev/_/plain/https://git.lgbt/assets/img/logo.png" + src="https://proxy.spiro.exhq.dev/_/plain/https://git.lgbt/assets/img/logo.png" alt="logo of git.lgbt"/> as HTMLImageElement // @ts-ignore return ( diff --git a/src/components/api.tsx b/src/components/api.tsx index 59e0b80..373b96b 100644 --- a/src/components/api.tsx +++ b/src/components/api.tsx @@ -68,7 +68,7 @@ export default function Reviews() { export const theImager = async (id: string): Promise => (await fetch(`https://dc-lookup.spiro.exhq.dev/v1/user/${id}`) - .then(res => res.json()).then(data => "https://proxy.mono.exhq.dev/_/plain/"+data.avatar.link).catch(() => "https://http.cat/status/100")); + .then(res => res.json()).then(data => "https://proxy.spiro.exhq.dev/_/plain/"+data.avatar.link).catch(() => "https://http.cat/status/100")); function SingleReview(props: NeoReview) { const [imageSrc, setImageSrc] = createSignal(""); diff --git a/src/components/music.tsx b/src/components/music.tsx index c28fb44..6a3d476 100644 --- a/src/components/music.tsx +++ b/src/components/music.tsx @@ -32,7 +32,7 @@ export function MusicEntry({ spotifylink }: { spotifylink: string }) { }} class="singlemusic"> {"album + }} src={"https://proxy.spiro.exhq.dev/_/plain/" + musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.thumbnailUrl} alt={"album cover of" + musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.title} />
{ musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.artistName?.length > 43 ? musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.artistName.substring(0, 30) + "..." : musicInfo().entitiesByUniqueId[`SPOTIFY_SONG::${spotifylink}`]?.artistName diff --git a/src/components/pfp.tsx b/src/components/pfp.tsx index f1dc269..800ad1d 100644 --- a/src/components/pfp.tsx +++ b/src/components/pfp.tsx @@ -8,7 +8,7 @@ export function Bdpfp({setpopupEasterEgg}: { setpopupEasterEgg: (value: boolean) }} class='header bd'>
amy's current discord pfp, with a birthday hat on it @@ -23,7 +23,7 @@ export function Normalpfp({setpopupEasterEgg}: { setpopupEasterEgg: (value: bool setpopupEasterEgg(true) }} class="birthdayparent header normal"> amy's current discord pfp { (e.target as HTMLImageElement).animate([ {transform: "rotateZ(0deg)"},