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 +}