From 07842721ebe1962b864fb070a4e506eefbedd287 Mon Sep 17 00:00:00 2001 From: rzen Date: Sun, 31 May 2026 18:44:21 -0400 Subject: [PATCH] =?UTF-8?q?site:=20pick=20of=20the=20day=20=E2=80=94=20Con?= =?UTF-8?q?tinue=3F=20Y/N?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 049905c..d100675 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,7 +7,7 @@ import { heroes } from '../lib/hero'; import { bundleMosaic } from '../lib/bundle-mosaic'; import { buildOgImage, buildItemList, WEBSITE, ORGANIZATION } from '../lib/seo'; -const HERO_SLUG = 'cursor-camp-neal-fun'; +const HERO_SLUG = 'continue-y-n-game'; const INITIAL_GRID = 12; const BATCH_SIZE = 7;