Move pages with exif server actions to node

This commit is contained in:
Sam Becker 2023-11-02 19:21:55 -05:00
parent bf065c0fed
commit 0259335fc2
2 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@ import { getPhotoCached } from '@/cache';
import { PATH_ADMIN } from '@/site/paths';
import PhotoEditPageClient from '@/photo/PhotoEditPageClient';
export const runtime = 'edge';
export default async function PhotoEditPage({
params: { photoId },
}: {

View File

@ -31,8 +31,6 @@ import { PRO_MODE_ENABLED } from '@/site/config';
import SubmitButtonWithStatus from '@/components/SubmitButtonWithStatus';
import IconGrSync from '@/site/IconGrSync';
export const runtime = 'edge';
const DEBUG_PHOTO_BLOBS = false;
export default async function AdminTagsPage({