Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable analytics for prevew builds (now that we know it works)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrice Chalin <pchalin@gmail.com>
chalin committed Feb 17, 2022
1 parent 1d7088d commit e123fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ production-build: clean
--minify

preview-build: clean
hugo \
hugo -e development \
--baseURL "$(DEPLOY_PRIME_URL)" \
--buildDrafts \
--buildFuture \

0 comments on commit e123fcd

Please sign in to comment.