fix: headers

This commit is contained in:
Cory Dransfeldt 2024-03-25 10:16:12 -07:00
parent f1aa80b606
commit 8b3142cca7
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -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]

View file

@ -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": {