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 =