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.
2 parents 863ac4c + f15b5d8 commit 9adfeabCopy full SHA for 9adfeab
src/components/MarkdownImage.tsx
@@ -43,7 +43,7 @@ const MarkdownImage = ({
43
// display the wrapper as a `span` to avoid dom nesting warnings as mdx
44
// sometimes wraps images in `p` tags
45
<Flex as="span" justify="center">
46
- <Link href={transformedSrc} target="_blank" rel="noopener">
+ <Link href={transformedSrc} target="_blank" rel="noopener" locale={false}>
47
<Image
48
alt={alt}
49
width={imageWidth}
0 commit comments