diff --git a/config/production/config.toml b/config/production/config.toml index 0914051..7f18b85 100644 --- a/config/production/config.toml +++ b/config/production/config.toml @@ -1,4 +1,7 @@ baseurl = "https://staging.doc.kerberos.live/" canonifyURLs = true docsRepo = "https://github.com/kerberos-io/documentation" -editPage = true \ No newline at end of file +editPage = true + +[params] + env = "production" \ No newline at end of file