Fix missing comma in githubPath assignment

This commit is contained in:
Simon Larsen
2024-03-19 07:43:46 +00:00
parent d1af2e62bf
commit d329160fc0

View File

@@ -67,7 +67,7 @@ app.get(
content: renderedContent,
category: currentCategory,
link: currrentNavLink,
githubPath: fullPath
githubPath: fullPath,
});
} catch (err) {
logger.error(err);