Skip to content

Commit

Permalink
removed fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Jun 19, 2023
1 parent 6981c3d commit 843cd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/song/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function getStaticPaths() {
return {
paths,
// generate a new page if the user visits a page that doesn't exist
fallback: true,
fallback: "blocking",
};
}

Expand Down

0 comments on commit 843cd3d

Please sign in to comment.