Skip to content
Snippets Groups Projects
Commit 72a07afe authored by Andrey Azov's avatar Andrey Azov
Browse files

Update path to images

parent b3e0533b
No related branches found
No related tags found
No related merge requests found
Pipeline #137015 canceled with stages
in 11 seconds
......@@ -18,7 +18,7 @@ const imageVisitor = (filePath: string) => (node: Node) => {
.split('/')
.slice(0, -1)
.join('/');
const destPath = `/help-api/images/${markdownDirectory}/${node.url}`;
const destPath = `/api/docs/images/${markdownDirectory}/${node.url}`;
node.url = destPath;
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment