-
@sbagley @siwelwerd What do your urls look like locally?
-
@sbagley @siwelwerd @MitchKeller seems to be confirming my suspicion. You can run
python3 -m http.server
(or maybe justpython
) to serve files locally.
python3 -m http.server
(or maybe just python
) to serve files locally.