Remove drafts from the production dev server

This commit is contained in:
Eryn Wells 2024-11-04 16:53:03 -08:00
parent 15bec870da
commit 8483704e73

View file

@ -3,7 +3,6 @@
if [[ "$1" == "production" ]]; then
hugo server \
--buildDrafts \
--buildFuture \
--noHTTPCache \
--enableGitInfo \