feat: try to fix the prod deployment

This commit is contained in:
Barrett Ruth 2025-05-22 16:57:29 -05:00
parent ca70d878fb
commit 63fc4373b2
4 changed files with 40 additions and 5 deletions

View file

@ -152,7 +152,7 @@ Object.keys(postsByCategory).forEach((category) => {
.pop()
.replace(/\.mdx?$/, "");
link.href = `/posts/${topic}/${slug}`;
link.href = `/posts/${topic}/${slug}/`;
link.textContent = post.data.title;
link.style.textDecoration = "underline";