Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
xvpc committed Sep 16, 2023
1 parent 31f35de commit e74b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/recipes/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function InfoPage(props: { data: any }) {
export async function getStaticPaths(){
return{
paths: [],
fallback: true
fallback: "blocking"
}
}

Expand Down

0 comments on commit e74b5a3

Please sign in to comment.