From bba149acac54763e1962a90f1f51b8447b4951cb Mon Sep 17 00:00:00 2001 From: JuLi0n21 Date: Tue, 28 Apr 2026 15:27:48 +0200 Subject: [PATCH] set up fshare cache --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);