mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 17:48:30 -04:00
fix permalinks
This commit is contained in:
parent
e661ca48b8
commit
e66dc37c41
@ -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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user