diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-02-12 15:23:01 +0200 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2022-02-12 15:23:01 +0200 |
commit | 63cac84da039a3fbf7790b7a936d31aaf6c4ddc0 (patch) | |
tree | 7ccc845106a1b0fed1a0ac36800b1216e3254ad9 | |
parent | bf4ca6c367bd20254555174ab4d819cbb44775e9 (diff) |
Update cState v5.3
-rw-r--r-- | config.yml | 6 | ||||
-rw-r--r-- | netlify.toml | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -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 @@ -407,4 +411,4 @@ outputs: outputFormats: svg: isPlainText: true - mediaType: image/svg+xml + mediaType: image/svg+xml
\ No newline at end of file diff --git a/netlify.toml b/netlify.toml index b403f89..5c1526a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -20,3 +20,6 @@ for = "/*.json" [headers.values] Access-Control-Allow-Origin = "*" + for = "/*.xml" + [headers.values] + Access-Control-Allow-Origin = "*"
\ No newline at end of file |