Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
cws committed Dec 29, 2020
1 parent 453c0bb commit 5243e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,6 @@ export const getStaticPaths: GetStaticPaths = async () => {

return {
paths,
fallback: enable && "blocking"
fallback: enable && 'blocking'
}
}

0 comments on commit 5243e12

Please sign in to comment.