Skip to content

Commit

Permalink
Remove linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu committed Jan 8, 2025
1 parent af27ecc commit 7346e8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export const getContentData = async (
const fileContent = fs.readFileSync(filePath, 'utf-8');
const matterResult = matter(fileContent);
const { slug } = matterResult.data;

return slug === id;
});

Expand Down

0 comments on commit 7346e8b

Please sign in to comment.