diff --git a/netlify.toml b/netlify.toml index 763af5d7..211e5fb9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,17 +4,17 @@ command = "HUGO_THEME=repo hugo -d ../public --minify" [context.production.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.48" HUGO_ENV = "production" [context.deploy-preview] command = "HUGO_THEME=repo hugo -d ../public --minify" [context.deploy-preview.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.48" [context.branch-deploy] command = "HUGO_THEME=repo hugo -d ../public --minify" [context.branch-deploy.environment] - HUGO_VERSION = "0.49" + HUGO_VERSION = "0.48" diff --git a/theme.toml b/theme.toml index 73777561..f77ccd84 100644 --- a/theme.toml +++ b/theme.toml @@ -4,7 +4,7 @@ licenselink = "https://github.com/okkur/syna/blob/master/LICENSE" description = "A customizable one to multi page theme for open source projects, companies and freelancers." homepage = "https://github.com/okkur/syna" tags = ["open source", "company", "one-page", "multi-page"] -min_version = 0.49 +min_version = 0.48 [author] name = "okkur"