mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-17 17:45:27 -04:00
fix permalinks
This commit is contained in:
@@ -10,7 +10,7 @@ import { minifier } from "./minifier";
|
|||||||
import type { PostFrontMatter, PostWithSource } from "../../types";
|
import type { PostFrontMatter, PostWithSource } from "../../types";
|
||||||
|
|
||||||
// path to directory with .mdx files, relative to project root
|
// 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
|
// returns front matter and the **raw & uncompiled** markdown of a given slug
|
||||||
export const getPostData = async (
|
export const getPostData = async (
|
||||||
|
|||||||
Reference in New Issue
Block a user