From d2f1e6a38cbb3701c798ac0054d62060243c9608 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Mon, 15 Jan 2024 19:02:48 -0600 Subject: [PATCH] Restore homepage initial photo count --- src/photo/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/photo/index.ts b/src/photo/index.ts index f94ca719..a9d1c15e 100644 --- a/src/photo/index.ts +++ b/src/photo/index.ts @@ -11,7 +11,7 @@ import { import camelcaseKeys from 'camelcase-keys'; import type { Metadata } from 'next'; -export const LARGE_PHOTOS_TO_SHOW = 2; +export const LARGE_PHOTOS_TO_SHOW = 12; export const GRID_THUMBNAILS_TO_SHOW_MAX = 12; export const ACCEPTED_PHOTO_FILE_TYPES = [