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

github.com/zwbetz-gh/papercss-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:17:01 +0300
committerGitHub <noreply@github.com>2020-11-25 06:17:01 +0300
commita8d2215cb4379ae539e2cb3da221a7caf2626921 (patch)
treeb3860b0e5660ee41dd1e1b5e38740ea72879ebe9
parent8b975b66ac3702347130762624a44a94ef1405fc (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 003cc38..f11edde 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://papercss-hugo-theme.netlify.com/"
+ HUGO_BASEURL = "https://papercss-hugo-theme.netlify.app"
+
+[[headers]]
+ for = "/*"
+ [headers.values]
+ Access-Control-Allow-Origin = "*"