filter out hidden characters
This commit is contained in:
parent
cc062f93a6
commit
299fc6645b
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import Card from "../../components/Card.astro";
|
|||
const characters = await pb
|
||||
.collection("characters")
|
||||
// @ts-ignore
|
||||
.getFullList({ expand: ["icon"] });
|
||||
.getFullList({ expand: ["icon"], filter: `(hidden = false)` });
|
||||
|
||||
export const prerender = false;
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue