We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc8e5d commit bff7df9Copy full SHA for bff7df9
src/transform/plugins/images/index.ts
@@ -29,7 +29,7 @@ function replaceImageSrc(
29
const path = resolveRelativePath(currentPath, src);
30
31
if (isFileExists(path)) {
32
- state.md.assets?.push(path);
+ state.md.assets?.push(src);
33
} else {
34
log.error(`Asset not found: ${bold(src)} in ${bold(currentPath)}`);
35
}
0 commit comments