diff --git a/components/search.vue b/components/search.vue index 25cbfb0..21ede03 100644 --- a/components/search.vue +++ b/components/search.vue @@ -247,7 +247,7 @@ export default { ...this.results ] - const size = 50 + const size = 25 const chunks = [] while (results.length > 0)