From 9c2647a0927c2846fc1bfd29bbb7f5ca79daa128 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Fri, 13 Jan 2023 08:44:23 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Bind=20Hugo=20to=200.0.0.0=20ins?= =?UTF-8?q?tead=20of=20127.0.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8e8ae02..8d0f24c1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "assets": "rimraf assets/lib && vendor-copy", "dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w", "build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit", - "example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/congo/ -p 8008", + "example": "hugo server --bind 0.0.0.0 -p 8008 --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/congo/ ", "lighthouse": "lhci autorun" }, "repository": {