scala-js-website icon indicating copy to clipboard operation
scala-js-website copied to clipboard

https://www.scala-js.org/doc/tutorial/scalajs-vite.html leads to error: can't load /javascript.svg

Open cwitty opened this issue 8 months ago • 0 comments

I believe I followed the directions in the tutorial correctly, and vite kept complaining that it couldn't find /javascript.svg . Then I checked out your version from GitHub, and discovered the difference: after following the tutorial, I had .../src/javascript.svg , and your version had .../javascript.svg . Once I moved the javascript.svg file up one directory, it started working.

cwitty avatar Mar 14 '25 05:03 cwitty