fix: content-types
This commit is contained in:
parent
cfaac446e2
commit
e4033e88b3
2 changed files with 21 additions and 1 deletions
20
netlify.toml
20
netlify.toml
|
@ -59,6 +59,26 @@ for = "/contribute.json"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Content-Type = "application/json"
|
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]]
|
[[headers]]
|
||||||
for = "/blogroll.opml"
|
for = "/blogroll.opml"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "8.5.0",
|
"version": "8.5.1",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue