Remove force-static
This commit is contained in:
parent
f400fe4314
commit
eec4e127c3
@ -13,7 +13,6 @@ import PhotoGridSidebar from '@/photo/PhotoGridSidebar';
|
|||||||
import { getPhotoSidebarDataCached } from '@/photo/data';
|
import { getPhotoSidebarDataCached } from '@/photo/data';
|
||||||
import InfinitePhotoScroll from '@/photo/InfinitePhotoScroll';
|
import InfinitePhotoScroll from '@/photo/InfinitePhotoScroll';
|
||||||
|
|
||||||
export const dynamic = 'force-static';
|
|
||||||
export const revalidate = 1;
|
export const revalidate = 1;
|
||||||
|
|
||||||
export async function generateMetadata(): Promise<Metadata> {
|
export async function generateMetadata(): Promise<Metadata> {
|
||||||
|
|||||||
@ -10,7 +10,6 @@ import { MAX_PHOTOS_TO_SHOW_OG } from '@/image-response';
|
|||||||
import InfinitePhotoScroll from '../photo/InfinitePhotoScroll';
|
import InfinitePhotoScroll from '../photo/InfinitePhotoScroll';
|
||||||
import PhotosLarge from '@/photo/PhotosLarge';
|
import PhotosLarge from '@/photo/PhotosLarge';
|
||||||
|
|
||||||
export const dynamic = 'force-static';
|
|
||||||
export const revalidate = 1;
|
export const revalidate = 1;
|
||||||
|
|
||||||
export async function generateMetadata(): Promise<Metadata> {
|
export async function generateMetadata(): Promise<Metadata> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user