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

github.com/zwbetz-gh/vanilla-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:19:58 +0300
committerGitHub <noreply@github.com>2020-11-25 06:19:58 +0300
commitaa5ac82ed347d3d784cb245b8aff4643e3fc9af3 (patch)
tree79c523996a4ded8ca3f319babd30efc8b3e7e5f4
parent62db2fea6a773b4e9f835de1cd406dbb6b611f38 (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 5dc82ca..c4ab5a7 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://vanilla-bootstrap-hugo-theme.netlify.com/" \ No newline at end of file
+ HUGO_BASEURL = "https://vanilla-bootstrap-hugo-theme.netlify.app"
+
+[[headers]]
+ for = "/*"
+ [headers.values]
+ Access-Control-Allow-Origin = "*"