···105105106106// the corpus can be large, so render a page at a time and append more as you
107107// scroll near the end (a sentinel inside the grid drives infinite scroll).
108108-const PAGE = 24;
108108+const PAGE = 18;
109109let observer: IntersectionObserver | null = null;
110110111111async function loadGallery() {