Skip to content

Commit 7ec4524

Browse files
committed
Refactor image source URL in OrgImage component
1 parent a336160 commit 7ec4524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/OrgImage.tsx.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
return (
1515
<Container my={4} position="relative">
1616
- <img alt="Wow, an image." src={`http://localhost:35901/img/${encodedPath}`} />
17-
+ <img alt="Wow, an image." src={`img/${encodedPath}`} />
17+
+ <img alt="Wow, an image." src={fullPath} />
1818
</Container>
1919
)
2020
}

0 commit comments

Comments
 (0)