Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pages/posts/[slug].js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export async function getStaticPaths() {
id: post.id.toString()
},
}));
debugger;
/**
* Return the paths, and set fallback to false to return a 404 if the post doesn't exist
*/
Expand Down