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:
authorGeorge Cushen <gcushen@users.noreply.github.com>2021-01-23 22:24:23 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2021-01-23 22:24:23 +0300
commit9ba41382eb33e9046d1d26ba3044c56be47bd791 (patch)
treecb11e90af9db0556aff96f7409dfd6d4f54b7a56 /exampleSite/netlify.toml
parent6c8ea944851ec09bc9374d8ac6a0db3187cde24c (diff)
demo: update modules
replace static/admin/ with module
Diffstat (limited to 'exampleSite/netlify.toml')
-rw-r--r--exampleSite/netlify.toml12
1 files changed, 1 insertions, 11 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index fde42acb..6a506e90 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/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"