fix: encode uri segment vercel thinks is a rewrite token
This commit is contained in:
parent
c822309e1b
commit
59084e9a5c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
"rewrites": [
|
||||
{
|
||||
"source": "./well-known/webfinger",
|
||||
"destination": "https://social.lol/.well-known/webfinger?resource=acct:cory@social.lol/"
|
||||
"destination": "https://social.lol/.well-known/webfinger?resource=acct%3Acory%40social.lol"
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
|
|
Reference in a new issue