diff --git a/server/src/markdownify/markdown.ts b/server/src/markdownify/markdown.ts index 8666f785..c4709e6e 100644 --- a/server/src/markdownify/markdown.ts +++ b/server/src/markdownify/markdown.ts @@ -16,6 +16,7 @@ const ext = // Build path to the binary **inside the same folder** export const GO_MARKDOWN_PARSER_PATH = path.join( __dirname, + "html-to-markdown", `html-to-markdown${ext}` );