Skip to content

Commit

Permalink
fix: remove projects & draft
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Apr 1, 2024
1 parent 70ee88d commit b0fec9d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 98 deletions.
1 change: 0 additions & 1 deletion src/pages/ctfs/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import ArrowCard from "@components/ArrowCard.astro";
import { CTFS } from "@consts";
const data = (await getCollection("ctfs"))
.filter(ctf => !ctf.data.draft)
.sort((a, b) => b.data.dateStart.valueOf() - a.data.dateStart.valueOf());
type Acc = {
Expand Down
67 changes: 0 additions & 67 deletions src/pages/projects/[...slug].astro

This file was deleted.

30 changes: 0 additions & 30 deletions src/pages/projects/index.astro

This file was deleted.

0 comments on commit b0fec9d

Please sign in to comment.