diff --git a/src/pages/index.astro b/src/pages/index.astro index 0133d37..9e26a30 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,7 +12,7 @@ const response = await fetch(api); if (response.ok) { const data = await response.json(); const files = data.files.map( - (f: Response) => `https://fshare.kami.boo/raw${f.url.substring(2)}`, +(f: Response) => `https://shit-cache.illegalesachen.download/${btoa('https://fshare.kami.boo/raw' + f.url.substring(2))}`, ) as string[]; const middle = Math.round(files.length / 2);