Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netlify.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index 3d0a80db..2dba153a 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"