From a835e9ccdccb4d454ed94a8a7044b5d601ea65f3 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 16 Jun 2024 13:37:11 -0500 Subject: [PATCH] Update outdated photo threshold --- 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 5f146cc7..5c0ef7fe 100644 --- a/src/photo/index.ts +++ b/src/photo/index.ts @@ -14,7 +14,7 @@ import camelcaseKeys from 'camelcase-keys'; import { isBefore } from 'date-fns'; import type { Metadata } from 'next'; -export const OUTDATED_THRESHOLD = new Date('2024-06-01'); +export const OUTDATED_THRESHOLD = new Date('2024-06-16'); // INFINITE SCROLL: LARGE PHOTOS export const INFINITE_SCROLL_LARGE_PHOTO_INITIAL =