Dont use server cache
This commit is contained in:
parent
b2efd191a7
commit
9979d429b8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ build: install
|
|||
cp static/keybase.txt public/keybase.txt
|
||||
|
||||
server: build
|
||||
hugo server
|
||||
hugo server --noHTTPCache
|
||||
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue