Move photo detail page to edge runtime

This commit is contained in:
Sam Becker 2023-12-24 21:15:12 -05:00
parent 57d77809dc
commit d526ef97a4

View File

@ -13,6 +13,8 @@ import {
import PhotoDetailPage from '@/photo/PhotoDetailPage';
import { getPhotoCached, getPhotosNearIdCached } from '@/cache';
export const runtime = 'edge';
interface PhotoProps {
params: { photoId: string }
}