diff --git a/_headers b/_headers index 12af5517..f5020b6d 100644 --- a/_headers +++ b/_headers @@ -9,18 +9,30 @@ Content-Type: application/xml; charset=utf-8 x-content-type-options: nosniff +/feeds/posts.json + Content-Type: application/json + /feeds/links Content-Type: application/xml; charset=utf-8 x-content-type-options: nosniff +/feeds/links.json + Content-Type: application/json + /feeds/movies Content-Type: application/xml; charset=utf-8 x-content-type-options: nosniff +/feeds/movies.json + Content-Type: application/json + /feeds/books Content-Type: application/xml; charset=utf-8 x-content-type-options: nosniff +/feeds/books.json + Content-Type: application/json + /.well-known/webfinger Content-Type: application/jrd+json; charset=utf-8 diff --git a/package-lock.json b/package-lock.json index 9adb1318..866d7edd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "21.9.0", + "version": "21.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "21.9.0", + "version": "21.9.1", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index f765fa6f..c0d6f04a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "21.9.0", + "version": "21.9.1", "description": "The source for my personal site. Built using 11ty (and other tools).", "type": "module", "scripts": {