Binding server to local IP or 0.0.0.0 does not work

If it helps, here’s how I do it.

In short, if my laptop IP is 192.168.3.3 then I run this command:

hugo server --bind 0.0.0.0 --baseURL http://192.168.3.3:1313

And on my phone I navigate to:

http://192.168.3.3:1313/
7 Likes