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

github.com/zwbetz-gh/cayman-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:18:14 +0300
committerGitHub <noreply@github.com>2020-11-25 06:18:14 +0300
commit66fc69b16d0f1b94e5f1298dd40aa1c87abf660a (patch)
treefa6ca5f98ccacb5f4b47a9083b4aa80c2f0d07b6
parent73140a8ea8beecefbbca393f0a34cf4bb1b5387c (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 4eeb8df..e9db496 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.58.3"
HUGO_THEME = "repo"
- HUGO_BASEURL = "https://cayman-hugo-theme.netlify.com/"
+ HUGO_BASEURL = "https://cayman-hugo-theme.netlify.app"
+
+[[headers]]
+ for = "/*"
+ [headers.values]
+ Access-Control-Allow-Origin = "*"