Make dynamic explicitly 'auto' on [photoId] layout
This commit is contained in:
parent
e0110e00fc
commit
f01ce37df7
@ -16,6 +16,8 @@ import { getPhotoIds, getPhotosNearId } from '@/services/vercel-postgres';
|
||||
import { STATICALLY_OPTIMIZED } from '@/site/config';
|
||||
import { cache } from 'react';
|
||||
|
||||
export const dynamic = 'auto';
|
||||
|
||||
const getPhotosNearIdCached = cache(getPhotosNearId);
|
||||
|
||||
export let generateStaticParams:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user