From a09cd53ebb26052da4d552bdf4c76652bd2827e4 Mon Sep 17 00:00:00 2001 From: Mantas VilĨinskas Date: Thu, 24 Feb 2022 17:30:12 +0200 Subject: Attempt to fix #230 --- exampleSite/netlify.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index edf34b2..3c0826a 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -17,9 +17,6 @@ command = "hugo -b $DEPLOY_PRIME_URL" [[headers]] - for = "/*.json" - [headers.values] - Access-Control-Allow-Origin = "*" - for = "/*.xml" + for = "/*.json", "/*.xml" [headers.values] Access-Control-Allow-Origin = "*" -- cgit v1.2.3-70-g09d2 From 5471cfdfa15373d354d17abfcc6f3dd9ad359ae4 Mon Sep 17 00:00:00 2001 From: Mantas VilĨinskas Date: Tue, 14 Jun 2022 15:24:48 +0300 Subject: also fix gitlab ci file like for example repo --- exampleSite/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite') diff --git a/exampleSite/.gitlab-ci.yml b/exampleSite/.gitlab-ci.yml index af5fabc..ff60cfb 100644 --- a/exampleSite/.gitlab-ci.yml +++ b/exampleSite/.gitlab-ci.yml @@ -7,7 +7,7 @@ # https://gitlab.com/pages/hugo/container_registry # # cState uses Hugo Extended. -image: registry.gitlab.com/pages/hugo/hugo_extended:0.65.3 +image: registry.gitlab.com/pages/hugo/hugo_extended:0.100.2 variables: GIT_SUBMODULE_STRATEGY: recursive -- cgit v1.2.3-70-g09d2