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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user