Skip to content

Commit

Permalink
feat(debug): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoamui committed Sep 17, 2022
1 parent 46b41a1 commit 2f308a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/api-guides/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const getStaticPaths: GetStaticPaths = async () => {
}))
return {
paths,
fallback: 'blocking',
fallback: true,
}
}

Expand Down

0 comments on commit 2f308a4

Please sign in to comment.