site: home — double initial review grid to 24 tiles

This commit is contained in:
2026-05-31 22:21:18 -04:00
parent 991dce3869
commit 55287e575d
+1 -1
View File
@@ -8,7 +8,7 @@ import { bundleMosaic } from '../lib/bundle-mosaic';
import { buildOgImage, buildItemList, WEBSITE, ORGANIZATION } from '../lib/seo'; import { buildOgImage, buildItemList, WEBSITE, ORGANIZATION } from '../lib/seo';
const HERO_SLUG = 'continue-y-n-game'; const HERO_SLUG = 'continue-y-n-game';
const INITIAL_GRID = 12; const INITIAL_GRID = 24;
const BATCH_SIZE = 7; const BATCH_SIZE = 7;
type Tile = type Tile =