Move photo detail page to edge runtime
This commit is contained in:
parent
57d77809dc
commit
d526ef97a4
@ -13,6 +13,8 @@ import {
|
||||
import PhotoDetailPage from '@/photo/PhotoDetailPage';
|
||||
import { getPhotoCached, getPhotosNearIdCached } from '@/cache';
|
||||
|
||||
export const runtime = 'edge';
|
||||
|
||||
interface PhotoProps {
|
||||
params: { photoId: string }
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user