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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com>2020-11-25 06:15:37 +0300
committerGitHub <noreply@github.com>2020-11-25 06:15:37 +0300
commit31b337de325667020f1cc3b7c1766acd9b01b935 (patch)
tree5a3d88cd3750ff025f154ba583dfca549a18695b
parentca79e478af03c0f387b9ae506b5cad7316724944 (diff)
Update netlify.toml
-rw-r--r--netlify.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index c5b1928..d1ad422 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,8 +1,13 @@
[build]
publish = "exampleSite/public"
- command = "cd exampleSite && hugo --gc --themesDir ../.."
+ command = "cd exampleSite && hugo --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.60.1"
HUGO_THEME = "repo"
- HUGO_BASEURL = "https://minimal-bootstrap-hugo-theme.netlify.com/" \ No newline at end of file
+ HUGO_BASEURL = "https://minimal-bootstrap-hugo-theme.netlify.app"
+
+[[headers]]
+ for = "/*"
+ [headers.values]
+ Access-Control-Allow-Origin = "*"