Move pages with exif server actions to node
This commit is contained in:
parent
bf065c0fed
commit
0259335fc2
@ -3,8 +3,6 @@ import { getPhotoCached } from '@/cache';
|
|||||||
import { PATH_ADMIN } from '@/site/paths';
|
import { PATH_ADMIN } from '@/site/paths';
|
||||||
import PhotoEditPageClient from '@/photo/PhotoEditPageClient';
|
import PhotoEditPageClient from '@/photo/PhotoEditPageClient';
|
||||||
|
|
||||||
export const runtime = 'edge';
|
|
||||||
|
|
||||||
export default async function PhotoEditPage({
|
export default async function PhotoEditPage({
|
||||||
params: { photoId },
|
params: { photoId },
|
||||||
}: {
|
}: {
|
||||||
|
|||||||
@ -31,8 +31,6 @@ import { PRO_MODE_ENABLED } from '@/site/config';
|
|||||||
import SubmitButtonWithStatus from '@/components/SubmitButtonWithStatus';
|
import SubmitButtonWithStatus from '@/components/SubmitButtonWithStatus';
|
||||||
import IconGrSync from '@/site/IconGrSync';
|
import IconGrSync from '@/site/IconGrSync';
|
||||||
|
|
||||||
export const runtime = 'edge';
|
|
||||||
|
|
||||||
const DEBUG_PHOTO_BLOBS = false;
|
const DEBUG_PHOTO_BLOBS = false;
|
||||||
|
|
||||||
export default async function AdminTagsPage({
|
export default async function AdminTagsPage({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user