Skip to content

Commit

Permalink
Last build fix attempt for today
Browse files Browse the repository at this point in the history
  • Loading branch information
xzippyzachx committed Apr 18, 2024
1 parent 66b7fe1 commit d166d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const fetchMarkdownPosts = async () => {
iterablePostFiles.map(async ([path, resolver]) => {
const { metadata } = await resolver();
console.log(path)
const postPath = path.slice(11, -3);
const postPath = path.slice(12, -3);

return {
meta: metadata,
Expand Down

0 comments on commit d166d9a

Please sign in to comment.