-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Description
Describe the bug
Trying to run the version from the zip file in releases using python -m http.server
, it does not load unless the index.html is in the root of the webserver.
What happened?
DETAILS:
Trying to run the version from the zip file in releases using python -m http.server
:
- works fine if you
cd dist
before running the web server - fails if you run it from the parent directory
WORKAROUND:
I can kinda make it work if I remove the leading /
in 3 lines (one src
and two href
) near the bottom, but I'm not sure if that is the right way.
Would be nice if it would run regardless of how deep in the directory tree it was placed.
System information
latest version from ZIP file in release, running on ubuntu using python's http.server module
Where did you encounter the bug?
Public app (it-tools.tech)