aboutsummaryrefslogtreecommitdiff
path: root/staticwebapp.config.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-04-10 21:42:41 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-04-10 21:42:41 +0200
commite3141794b95e534656427fadf0354435c62254d6 (patch)
tree95788249ac51475aea45ad17d7157dffd1564e47 /staticwebapp.config.json
parent3caee506c961ae0e78503164ed6a0f81db3c8c32 (diff)
Fix formatting
Diffstat (limited to 'staticwebapp.config.json')
-rw-r--r--staticwebapp.config.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/staticwebapp.config.json b/staticwebapp.config.json
index 587253a..ff706e3 100644
--- a/staticwebapp.config.json
+++ b/staticwebapp.config.json
@@ -1,19 +1,19 @@
{
- "trailingSlash": "never",
- "globalHeaders": {
- "X-Frame-Options": "DENY",
- "X-Content-Type-Options": "nosniff",
- "X-XSS-Protection": "1; mode=block",
- "Content-Security-Policy": "default-src 'none'; script-src 'self'; style-src 'self'; img-src 'self'; font-src 'self'"
- },
- "routes": [
- {
- "route": "/vcard",
- "rewrite": "/vcard.vcf",
- "statusCode": 301
- }
- ],
- "mimeTypes": {
- ".vcf": "text/vcard"
- }
-} \ No newline at end of file
+ "trailingSlash": "never",
+ "globalHeaders": {
+ "X-Frame-Options": "DENY",
+ "X-Content-Type-Options": "nosniff",
+ "X-XSS-Protection": "1; mode=block",
+ "Content-Security-Policy": "default-src 'none'; script-src 'self'; style-src 'self'; img-src 'self'; font-src 'self'"
+ },
+ "routes": [
+ {
+ "route": "/vcard",
+ "rewrite": "/vcard.vcf",
+ "statusCode": 301
+ }
+ ],
+ "mimeTypes": {
+ ".vcf": "text/vcard"
+ }
+}