diff --git a/netlify.toml b/netlify.toml index addb812a2..c556acabf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,15 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.25.1" + HUGO_VERSION = "0.26" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] - HUGO_VERSION = "0.25.1" + HUGO_VERSION = "0.26" [context.branch-deploy.environment] - HUGO_VERSION = "0.25.1" + HUGO_VERSION = "0.26" [context.next.environment] HUGO_BASEURL = "https://next--gohugoio.netlify.com/"