Update outdated photo threshold

This commit is contained in:
Sam Becker 2024-06-16 13:37:11 -05:00
parent 6b262b46de
commit a835e9ccdc

View File

@ -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 =