From e66dc37c41538ecd8723ed164ae74ecb2a828c24 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Wed, 28 Feb 2024 17:03:02 -0500 Subject: [PATCH] fix permalinks --- lib/helpers/posts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers/posts.ts b/lib/helpers/posts.ts index 665cc570..a9680bc6 100644 --- a/lib/helpers/posts.ts +++ b/lib/helpers/posts.ts @@ -10,7 +10,7 @@ import { minifier } from "./minifier"; import type { PostFrontMatter, PostWithSource } from "../../types"; // path to directory with .mdx files, relative to project root -export const POSTS_DIR = "./notes"; +export const POSTS_DIR = "notes"; // returns front matter and the **raw & uncompiled** markdown of a given slug export const getPostData = async (