From e4033e88b3f762d25d4a53c7a028a2a0eb4dd174 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 23 Mar 2024 20:38:53 -0700 Subject: [PATCH] fix: content-types --- netlify.toml | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 1dd051e0..3fda3883 100644 --- a/netlify.toml +++ b/netlify.toml @@ -59,6 +59,26 @@ for = "/contribute.json" [headers.values] Content-Type = "application/json" +[[headers]] +for = "/api/now-playing" + [headers.values] + Content-Type = "application/json" + +[[headers]] +for = "/api/mbids" + [headers.values] + Content-Type = "application/json" + +[[headers]] +for = "/api/artist-capitalization" + [headers.values] + Content-Type = "application/json" + +[[headers]] +for = "/api/search" + [headers.values] + Content-Type = "application/json" + [[headers]] for = "/blogroll.opml" [headers.values] diff --git a/package.json b/package.json index 60e70a5e..807d4f47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "8.5.0", + "version": "8.5.1", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {