export const GET = ({ url }) => Response.redirect( `/tools?tool=wrapped${url.search.length > 0 ? url.search.replace('?', '') : ''}`, 302 );