mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 18:45:32 -04:00
vercel analytics ➡️ umami
This commit is contained in:
@@ -61,7 +61,7 @@ export const getFrontMatter = async (slug: string): Promise<FrontMatter> => {
|
||||
htmlTitle,
|
||||
slug,
|
||||
date: formatDate(frontmatter.date), // validate/normalize the date string provided from front matter
|
||||
permalink: `${config.baseUrl}/${POSTS_DIR}/${slug}/`,
|
||||
permalink: `${config.baseUrl}/${POSTS_DIR}/${slug}`,
|
||||
image: frontmatter.image ? `${config.baseUrl}${frontmatter.image}` : undefined,
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user