Website doesn't render on other computers on my network

Hello all-

I want to get my website to work on all computers on my network
When I type hugo server --bind=0.0.0.0, the website works on my computer.

When I try to hit the server via 10.0.0.x:1313, I get the webpage but in simple base html (no theme).

Any advice?

Have you set the base URL correctly?

Also, personally, I wouldn’t recommend this approach. If you want to actually serve up a static site, you will be much better off using a simple web server. It is likely to take up less resource while giving better throughput. It will also give you better security.

It really is very simple to set up a web server no matter what platform you are working with.