Skip to content

Commit 32a248e

Browse files
authored
Update hugo build command
1 parent 7749a2c commit 32a248e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hugo server --disableFastRender
2424
Production build:
2525

2626
```bash
27-
hugo build
27+
hugo build --minify # --watch to rebuild automatically on change
2828
# pnpx server public # Or any other server of your choice, to see the built site
2929
```
3030

0 commit comments

Comments
 (0)