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:
authorJulian Pawlowski <jpawlowski@users.noreply.github.com>2019-09-15 01:12:22 +0300
committerGeorge <gcushen@users.noreply.github.com>2019-09-15 01:12:21 +0300
commit09d1d399447d087347c743c955b75af9748ec1eb (patch)
treea9d0f717e1db5dea9d0638106499cbb651836a9e /netlify.toml
parentef10dff4d24a113727e07e2b372afd5069569813 (diff)
fix(netlify): add headers for Web App Manifest and RSS feed (#40)
Diffstat (limited to 'netlify.toml')
-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"