export default { async fetch(req) { const url = new URL(req.url); const target = url.searchParams.get("url"); if (!target) { return new Response(`