diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-07-13 17:24:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:24:48 +0300 |
commit | 735b7f8b156874aabb46093b6ab9c57487bf07e2 (patch) | |
tree | 1d17945de819e91753abb2c894fe7cc001cfaad2 /exampleSite | |
parent | 5a6a6714f1769c7d019ac26890e978eb3c9eb685 (diff) | |
parent | 6dfb346e10b5bae65ddc3910bbdb92f3c2f49a3f (diff) |
Catch up dev #238 from cstate/master
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/.gitlab-ci.yml | 2 | ||||
-rw-r--r-- | exampleSite/netlify.toml | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index bdf2ebf..e0bd82e 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -18,5 +18,5 @@ [[headers]] for = ["/*.json", "/*.xml"] - [headers.values] + [headers.values] Access-Control-Allow-Origin = "*" |