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) {