diff --git a/package.json b/package.json index f041511..3bafdd4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "init": "shx rm -rf .git && git init -b main", "create": "exec-bin bin/hugo/hugo new", "prestart": "npm run clean", - "start": "exec-bin bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender", + "start": "exec-bin bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender", "prebuild": "npm run clean", "build": "exec-bin bin/hugo/hugo --gc --minify", "build:preview": "npm run build -D -F",