Skip to content

Commit

Permalink
Uncomment getStaticPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
echus committed Jan 23, 2024
1 parent 4705b77 commit cdbed64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/people/[...slug].astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
// import { type CollectionEntry, getCollection } from "astro:content";
import { type CollectionEntry, getCollection } from "astro:content";
export async function getStaticPaths() {}
// import Person from "../../layouts/Person.astro";
//
// export async function getStaticPaths() {
Expand Down

0 comments on commit cdbed64

Please sign in to comment.