diff options
| -rw-r--r-- | netlify.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml index 5e9c2c5..6fcba09 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,5 +7,8 @@ HUGO_THEMESDIR = "/opt/build" HUGO_VERSION = "0.101.0" +[context.production.environment] + HUGO_BASEURL = "https://hugo-theme-puppet.netlify.app/" + [context.deploy-preview] command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL" |
