mirror of
https://github.com/uetchy/namae.git
synced 2025-10-15 07:32:19 +09:00
feat: sectioned cards
This commit is contained in:
@@ -28,7 +28,7 @@ export default async function handler(
|
||||
|
||||
const term = encodeURIComponent(query);
|
||||
const countryCode = country || 'us';
|
||||
const limit = 10;
|
||||
const limit = 5;
|
||||
|
||||
try {
|
||||
const response = await fetch(
|
||||
|
Reference in New Issue
Block a user