Remove signed url generator from edge to reduce bundle size
This commit is contained in:
parent
f2567d7108
commit
d51dd06da8
@ -10,8 +10,6 @@ import {
|
||||
import { CURRENT_STORAGE } from '@/site/config';
|
||||
import { getSignedUrl } from '@aws-sdk/s3-request-presigner';
|
||||
|
||||
export const runtime = 'edge';
|
||||
|
||||
export async function GET(
|
||||
_: Request,
|
||||
{ params: { key } }: { params: { key: string } },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user