fix: json formatting
This commit is contained in:
parent
7934cc3581
commit
4e88184719
3 changed files with 15 additions and 3 deletions
12
_headers
12
_headers
|
@ -9,18 +9,30 @@
|
||||||
Content-Type: application/xml; charset=utf-8
|
Content-Type: application/xml; charset=utf-8
|
||||||
x-content-type-options: nosniff
|
x-content-type-options: nosniff
|
||||||
|
|
||||||
|
/feeds/posts.json
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
/feeds/links
|
/feeds/links
|
||||||
Content-Type: application/xml; charset=utf-8
|
Content-Type: application/xml; charset=utf-8
|
||||||
x-content-type-options: nosniff
|
x-content-type-options: nosniff
|
||||||
|
|
||||||
|
/feeds/links.json
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
/feeds/movies
|
/feeds/movies
|
||||||
Content-Type: application/xml; charset=utf-8
|
Content-Type: application/xml; charset=utf-8
|
||||||
x-content-type-options: nosniff
|
x-content-type-options: nosniff
|
||||||
|
|
||||||
|
/feeds/movies.json
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
/feeds/books
|
/feeds/books
|
||||||
Content-Type: application/xml; charset=utf-8
|
Content-Type: application/xml; charset=utf-8
|
||||||
x-content-type-options: nosniff
|
x-content-type-options: nosniff
|
||||||
|
|
||||||
|
/feeds/books.json
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
/.well-known/webfinger
|
/.well-known/webfinger
|
||||||
Content-Type: application/jrd+json; charset=utf-8
|
Content-Type: application/jrd+json; charset=utf-8
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "21.9.0",
|
"version": "21.9.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "21.9.0",
|
"version": "21.9.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "21.9.0",
|
"version": "21.9.1",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue