export default { async fetch(request) { return new Response(` `, { headers: { "Content-Type": "text/html;charset=UTF-8" }, }); } }