Integrated showcased filter.
This commit is contained in:
@@ -3,6 +3,7 @@ import { fetchScenes } from '#/src/scenes.js';
|
||||
export async function onBeforeRender(pageContext) {
|
||||
const { scenes, limit, total } = await fetchScenes({
|
||||
scope: pageContext.routeParams.scope || 'latest',
|
||||
isShowcased: true,
|
||||
}, {
|
||||
page: Number(pageContext.routeParams.page) || 1,
|
||||
limit: Number(pageContext.urlParsed.search.limit) || 30,
|
||||
|
||||
Reference in New Issue
Block a user