We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a336160 commit 7ec4524Copy full SHA for 7ec4524
standalone/OrgImage.tsx.patch
@@ -14,7 +14,7 @@
14
return (
15
<Container my={4} position="relative">
16
- <img alt="Wow, an image." src={`http://localhost:35901/img/${encodedPath}`} />
17
-+ <img alt="Wow, an image." src={`img/${encodedPath}`} />
++ <img alt="Wow, an image." src={fullPath} />
18
</Container>
19
)
20
}
0 commit comments