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]
|
||||
Content-Type = "application/json"
|
||||
|
||||
[[headers]]
|
||||
for = "/api/event"
|
||||
[headers.values]
|
||||
Content-Type = "application/json"
|
||||
|
||||
[[headers]]
|
||||
for = "/blogroll.opml"
|
||||
[headers.values]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "8.7.6",
|
||||
"version": "8.7.7",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue