feat: restore link sharing
This commit is contained in:
parent
d15d4e00ab
commit
112c0d4306
11 changed files with 217 additions and 15 deletions
13
vercel.json
13
vercel.json
|
@ -16,6 +16,19 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "/links.xml",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/xml; charset=utf-8 # not application/rss+xml"
|
||||
},
|
||||
{
|
||||
"key": "x-content-type-options",
|
||||
"value": "nosniff"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "/.well-known/webfinger",
|
||||
"headers": [
|
||||
|
|
Reference in a new issue