Update outdated photo threshold
This commit is contained in:
parent
6b262b46de
commit
a835e9ccdc
@ -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 =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user