Skip to content

Commit

Permalink
fix: fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 7, 2022
1 parent 3e2dfb5 commit 694e1b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/markdown/src/plugins/assetsPlugin/assetsPlugin.ts
Expand Up @@ -46,7 +46,8 @@ export const assetsPlugin: PluginWithOptions<AssetsPluginOptions> = (
`${prefix}${quote}${resolveLink(
src.trim(),
relativePathPrefix,
env
env,
true
)}${quote}`
)
// handle srcset
Expand Down

0 comments on commit 694e1b8

Please sign in to comment.