Skip to content

Commit

Permalink
Hugo serve script fix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Chalin <[email protected]>
  • Loading branch information
chalin committed Jul 29, 2024
1 parent 4a9ec24 commit 366c0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"_build": "npm run _hugo-dev --",
"_hugo": "hugo --cleanDestinationDir",
"_hugo-dev": "npm run _hugo -- -e dev -DF",
"_serve": "npm run _hugo-dev -- --minify --disableFastRender serve",
"_serve": "npm run _hugo-dev -- serve --minify --disableFastRender",
"build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-http://localhost}\"",
"build:production": "npm run _hugo -- --minify",
"build": "npm run _build --",
Expand Down

0 comments on commit 366c0d3

Please sign in to comment.