Skip to content

Commit cabe720

Browse files
committed
remove fallback blocking
1 parent f6cb9d3 commit cabe720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/posts/[postID].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export const getStaticPaths: GetStaticPaths = async () => {
190190
const posts = await getAllPosts();
191191
return {
192192
paths: posts.map((post) => post.path),
193-
fallback: "blocking",
193+
fallback: false,
194194
};
195195
};
196196

0 commit comments

Comments
 (0)