1 2
export const GET = async ({ url }) => new Response(await (await fetch(url.searchParams.get('url') as string)).blob());