From 55287e575d1288edcda9c3936cec5555eaa65fca Mon Sep 17 00:00:00 2001 From: rzen Date: Sun, 31 May 2026 22:21:18 -0400 Subject: [PATCH] =?UTF-8?q?site:=20home=20=E2=80=94=20double=20initial=20r?= =?UTF-8?q?eview=20grid=20to=2024=20tiles?= 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 d100675..254be49 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,7 @@ import { bundleMosaic } from '../lib/bundle-mosaic'; import { buildOgImage, buildItemList, WEBSITE, ORGANIZATION } from '../lib/seo'; const HERO_SLUG = 'continue-y-n-game'; -const INITIAL_GRID = 12; +const INITIAL_GRID = 24; const BATCH_SIZE = 7; type Tile =