fix: fixing issues found at launch
This commit is contained in:
@@ -38,7 +38,7 @@ class PageController extends Controller
|
||||
->with('episode')
|
||||
->with('podcast')
|
||||
->orderBy('created_at', 'desc')
|
||||
->limit(50)
|
||||
->limit(10)
|
||||
->get();
|
||||
});
|
||||
return $artworks;
|
||||
@@ -53,7 +53,7 @@ class PageController extends Controller
|
||||
->with('artwork')
|
||||
->with('artwork.artist')
|
||||
->orderBy('episode_date', 'desc')
|
||||
->limit(10)
|
||||
->limit(5)
|
||||
->get();
|
||||
});
|
||||
return $episodes;
|
||||
|
||||
Reference in New Issue
Block a user