diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index d3817b7..6b543b1 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -21,7 +21,7 @@ export default function Home() { // Fetch videos with optimized loading const { data: videosResponse, isLoading, refetch } = useQuery({ queryKey: ["/api/videos", { - limit: 150, + limit: 600, offset: 0, search: searchQuery || undefined }],