Skip to content

Commit 07a91bf

Browse files
committed
Make the image URL include the platform.
1 parent 10632b0 commit 07a91bf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

selfie.dev/public/dalle-3-jvm.webp

42.5 KB
Binary file not shown.

selfie.dev/src/pages/jvm/cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ cacheSelfieBinary { HttpClient().request(images[0].url).readBytes() }
119119

120120
Since we used `toBeFile`, we can open `com/example/kotest/dalle-3.png` in Mac Preview / Windows Explorer.
121121

122-
<img alt="Robot self portrait" src="/dalle-3.webp" width="400px"/>
122+
<img alt="Robot self portrait" src="/dalle-3-jvm.webp" width="400px"/>
123123

124124
*Pull requests to improve the landing page and documentation are greatly appreciated, you can find the [source code here](https://github.com/diffplug/selfie).*

0 commit comments

Comments
 (0)