Skip to content

Commit

Permalink
Add ability to hide team members from site
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Oldenburg committed Aug 21, 2024
1 parent 98fe2aa commit 2d52555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/team.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { Image } from "astro:assets";
const pb = new PocketBase("https://backontrack.lukeo.hackclub.app");
const records = await pb.collection("team").getFullList({
filter: "hidden = false",
sort: "-priority,+location,+title,+name",
});
---
Expand Down

0 comments on commit 2d52555

Please sign in to comment.