mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Update doc to reflect default value of watch variable
This commit is contained in:
parent
6cdb8109cf
commit
0bb3b49c00
1 changed files with 3 additions and 3 deletions
|
@ -145,7 +145,7 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
|||
# verbose logging
|
||||
verboseLog: false
|
||||
# watch filesystem for changes and recreate as needed
|
||||
watch: false
|
||||
watch: true
|
||||
---
|
||||
|
||||
## Ignore files on build
|
||||
|
|
Loading…
Reference in a new issue