Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Jul 4, 2024
1 parent 70ca971 commit 981308c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/pages/docs/[...rest].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default function DocPage (props: InferGetStaticPropsType<typeof getStatic

export async function getStaticPaths (): Promise<GetStaticPathsResult> {
const pages = await reader.collections.docs.list()
console.log({ pages })
return {
paths: pages.map(page => ({ params: { rest: page.split('/') } })),
fallback: false,
Expand Down

0 comments on commit 981308c

Please sign in to comment.