Use force-static on home page
This commit is contained in:
parent
0c3b6edb0b
commit
0faf7c194d
@ -9,7 +9,7 @@ import { MAX_PHOTOS_TO_SHOW_OG } from '@/image-response';
|
||||
import PhotosLarge from '@/photo/PhotosLarge';
|
||||
import { MorePhotosRoot } from '@/photo/MorePhotosRoot';
|
||||
|
||||
export const revalidate = 3600;
|
||||
export const dynamic = 'force-static';
|
||||
|
||||
export async function generateMetadata(): Promise<Metadata> {
|
||||
// Make homepage queries resilient to error on first time setup
|
||||
|
||||
Loading…
Reference in New Issue
Block a user