From 4baf464b73a7a91e7671800efb036a7c4e9aa39b Mon Sep 17 00:00:00 2001 From: JuLi0n21 Date: Thu, 5 Mar 2026 20:40:25 +0100 Subject: [PATCH] replace folder with img src --- src/pages/index.astro | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 7096689..3c4ec1b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,7 +5,6 @@ import { SITE_DESCRIPTION, SITE_TITLE } from '@ptypes/consts.ts'; let shuffled: string[] = []; let images: string[] = []; -const folder: string = 'https://fshare.kami.boo/folder/cmm9jbqvt00025omwu5cnpw9i'; const api: string = 'https://fshare.kami.boo/api/server/folder/cmm9jbqvt00025omwu5cnpw9i'; const response = await fetch(api) if (response.ok) { @@ -129,25 +128,25 @@ if (response.ok) {