From 52d95d75745808de3f5f067948309ae5f9c53e22 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 23 Jan 2021 21:01:46 +0000 Subject: demo: fix GH buttons --- netlify.toml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml index fde42acb..6a506e90 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.79.1" + HUGO_VERSION = "0.80.0" HUGO_ENABLEGITINFO = "true" [context.production.environment] @@ -14,13 +14,3 @@ [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" - -[[headers]] - for = "*.webmanifest" - [headers.values] - Content-Type = "application/manifest+json; charset=UTF-8" - -[[headers]] - for = "index.xml" - [headers.values] - Content-Type = "application/rss+xml" -- cgit v1.2.3