We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7749a2c commit 32a248eCopy full SHA for 32a248e
1 file changed
Readme.md
@@ -24,7 +24,7 @@ hugo server --disableFastRender
24
Production build:
25
26
```bash
27
-hugo build
+hugo build --minify # --watch to rebuild automatically on change
28
# pnpx server public # Or any other server of your choice, to see the built site
29
```
30
0 commit comments