aboutsummaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.yml4
-rw-r--r--exampleSite/netlify.toml3
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 = "*"