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