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

github.com/themefisher/liva-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/netlify.toml')
-rw-r--r--exampleSite/netlify.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 25b63b3..01d5330 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -1,16 +1,16 @@
[build]
- publish = "public"
- command = "hugo --minify --gc"
-
+publish = "public"
+command = "hugo --minify --gc"
+
[build.environment]
- HUGO_VERSION = "0.87.0"
- HUGO_BASEURL = "/"
+HUGO_VERSION = "0.87.0"
+HUGO_BASEURL = "/"
[[headers]]
- for = "/*" # This defines which paths this specific [[headers]] block will cover.
+for = "/*" # This defines which paths this specific [[headers]] block will cover.
[headers.values]
- X-Frame-Options = "DENY"
- X-XSS-Protection = "1; mode=block"
- Referrer-Policy = "same-origin"
- Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
+X-Frame-Options = "DENY"
+X-XSS-Protection = "1; mode=block"
+Referrer-Policy = "same-origin"
+Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"