diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-02-12 11:24:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-12 11:24:26 +0200 |
commit | fadb79e4e7cfc0f26c06fd6630952f76537b29b9 (patch) | |
tree | e5779d2cb51f5d6bb58956d8052abfa363af374e /exampleSite | |
parent | 1b38c11f977115be1618c1ec1600441823f7e7cf (diff) | |
parent | 4278adfa68955602bf7f79adc42f177e63d34905 (diff) |
cState v5.3 #218
cState v5.3
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.yml | 4 | ||||
-rw-r--r-- | exampleSite/netlify.toml | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index b270320..f968d0b 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -162,6 +162,10 @@ params: category: North Coast - name: Backup Gateway category: North Coast + - name: Website + description: The web frontend for the application. + category: Uncategorized + link: https://example.com/ - name: API description: The guts of the application. category: Uncategorized diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index b403f89..edf34b2 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -20,3 +20,6 @@ for = "/*.json" [headers.values] Access-Control-Allow-Origin = "*" + for = "/*.xml" + [headers.values] + Access-Control-Allow-Origin = "*" |