Skip to content

Commit 20ba801

Browse files
committed
Replace the broken .svg image by a .png image.
1 parent 6fa1943 commit 20ba801

File tree

3 files changed

+1
-1092
lines changed

3 files changed

+1
-1092
lines changed

_posts/2020-11-03-scalajs-for-scala-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Two settings, and suddenly `run` or `test` will compile the codebase to JavaScri
4242
There are many components that contribute to this behavior.
4343
Just looking at the compilation pipeline, there are already 4 components involved: the compiler plugin for scalac, the linker, and the artifacts for the Scala standard library and the JDK subset that is implemented.
4444

45-
![Scala.js compilation pipeline](/resources/img/blog/scalajs-for-scala-3/compilation-pipeline.svg)
45+
![Scala.js compilation pipeline](/resources/img/blog/scalajs-for-scala-3/compilation-pipeline.png)
4646

4747
### A compiler plugin
4848

Loading

0 commit comments

Comments
 (0)