1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 04:45:22 -04:00

fix permalinks

This commit is contained in:
Jake Jarvis 2024-02-28 17:03:02 -05:00
parent e661ca48b8
commit e66dc37c41
Signed by: jake
SSH Key Fingerprint: SHA256:nCkvAjYA6XaSPUqc4TfbBQTpzr8Xj7ritg/sGInCdkc

View File

@ -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 (