export const GET = ({ url }) => Response.redirect( `https://due.moe/tools?tool=wrapped${ url.searchParams.values.length > 0 ? `&${url.searchParams.toString()}` : '' }`, 301 );