From aa5ac82ed347d3d784cb245b8aff4643e3fc9af3 Mon Sep 17 00:00:00 2001 From: zwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com> Date: Tue, 24 Nov 2020 21:19:58 -0600 Subject: Update netlify.toml --- netlify.toml | 9 +++++++-- 1 file 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 = "*" -- cgit v1.2.3