Tweak readme production config statement (#453)

This commit is contained in:
Troy Lindsay 2022-01-03 13:20:29 -06:00
parent e09ebe11eb
commit 108995800b
No known key found for this signature in database
GPG Key ID: C82B6E26104FA540

View File

@ -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.