We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f1471 commit 61fa488Copy full SHA for 61fa488
src/templates/doc-page.js
@@ -22,6 +22,7 @@ const mdxComponents = {
22
if (props.src.indexOf('//') << 0 && props.src.indexOf('../') << 0) {
23
props.src = '../'+props.src
24
}
25
+ // eslint-disable-next-line
26
return <img {...props}>{children}</img>;
27
},
28
0 commit comments