1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

feat: sectioned cards

This commit is contained in:
2022-06-04 18:25:58 +09:00
parent 218ee2889b
commit c05ee42473
15 changed files with 124 additions and 63 deletions

View File

@@ -30,7 +30,7 @@ export default async function handler(
author: item.authors[0].name,
};
});
send(res, { result: items.slice(0, 10) });
send(res, { result: items.slice(0, 5) });
} catch (err: any) {
sendError(res, err);
}