Skip to content

Commit

Permalink
fix for incorrect jdos link
Browse files Browse the repository at this point in the history
  • Loading branch information
bengarrett committed Sep 26, 2024
1 parent 55bdab9 commit e854b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (c Configuration) embed(e *echo.Echo, public embed.FS) *echo.Echo {
e.FileFS("/osd.xml", "public/text/osd.xml", public)
e.FileFS("/robots.txt", "public/text/robots.txt", public)
e.FileFS("/site.webmanifest", "public/text/site.webmanifest.json", public)
e.FileFS("/wdosbox.wasm.js", "public/js/wdosbox.wasm", public) // this is required by `js-dos.js`
e.FileFS("/js/wdosbox.wasm.js", "public/js/wdosbox.wasm", public) // this is required by `js-dos.js`
return e
}

Expand Down

0 comments on commit e854b43

Please sign in to comment.