Skip to content

Commit 34d1f93

Browse files
author
Florent Biville
committed
Allow external connections (from a mobile e.g.)
1 parent e9933ef commit 34d1f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -Eeuo pipefail
3-
jekyll serve
3+
jekyll serve --host 0.0.0.0
44

0 commit comments

Comments
 (0)