fix: headers
This commit is contained in:
parent
f1aa80b606
commit
8b3142cca7
2 changed files with 6 additions and 1 deletions
|
@ -79,6 +79,11 @@ for = "/api/search"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Content-Type = "application/json"
|
Content-Type = "application/json"
|
||||||
|
|
||||||
|
[[headers]]
|
||||||
|
for = "/api/event"
|
||||||
|
[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.7.6",
|
"version": "8.7.7",
|
||||||
"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