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;