scala-js-website
scala-js-website copied to clipboard
https://www.scala-js.org/doc/tutorial/scalajs-vite.html leads to error: can't load /javascript.svg
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.