aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.yml6
-rw-r--r--netlify.toml3
2 files changed, 8 insertions, 1 deletions
diff --git a/config.yml b/config.yml
index b270320..19a6ab3 100644
--- a/config.yml
+++ b/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
@@ -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