From 108995800bd5bd43022bb9a00d8d9c24e31f0fef Mon Sep 17 00:00:00 2001 From: Troy Lindsay Date: Mon, 3 Jan 2022 13:20:29 -0600 Subject: [PATCH] Tweak readme production config statement (#453) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f6de641..85487d2 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ Now enter [`localhost:1313`](http://localhost:1313/) in the address bar of your ## Production -To run in production (e.g. to have Google Analytics show up), you must set the build environment name. The four options for setting the build environment name (ordered by priority) are: +To run in production (e.g. to have Google Analytics show up), you must set the build environment name to `production`. The three options for setting the build environment name (ordered by priority) are: 1. The `HUGO_ENV` environment variable. @@ -338,8 +338,6 @@ To run in production (e.g. to have Google Analytics show up), you must set the b useHugoEnv = true ``` -1. Use the default build environment name. - ## Contributing If you find a bug or have an idea for a feature, feel free to use the [issue tracker](https://github.com/theNewDynamic/gohugo-theme-ananke/issues) to let me know.