Works if you on your wifi.
-
Execute ipconfig in terminal
-
Copy IPv4-address value
-
Add your local server port to it. For example :5500/
Works for live server in vs code. But not for jekyll server. For that you need to add добавить host: 0.0.0.0
in _config.yml
Note that with this jekyll serve
will put localhost in feed urls and maybe other places so for production build use jekyll build
.
You don’t need to change url in browser