From d166d9a9eedf7bfa0cf563dc0f8cb18a083c0c61 Mon Sep 17 00:00:00 2001 From: Zachary Ross Date: Wed, 17 Apr 2024 22:07:45 -0400 Subject: [PATCH] Last build fix attempt for today --- src/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/index.js b/src/lib/index.js index b54d396..f1a9b4f 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -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,