diff --git a/netlify.toml b/netlify.toml index 3d0a80d..2dba153 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,3 +14,13 @@ [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"