From 055669fa51af2314d95576f279d1f64c8e8654d2 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 26 Sep 2023 21:02:33 +0200 Subject: [PATCH] Serve at port 4001 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f54369a..d9535b5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "start": "concurrently npm:watch:*", "watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch", - "watch:hugo": "hugo server", + "watch:hugo": "hugo server -p 4001", "build": "hugo --minify", "test": "hugo" }, @@ -42,4 +42,4 @@ "url": "https://github.com/nusserstudios/tailbliss/issues" }, "homepage": "https://github.com/nusserstudios/tailbliss" -} \ No newline at end of file +}