update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-08 07:42:58 +09:00
parent 12ab17e241
commit 22a52b0e17
8 changed files with 439 additions and 394 deletions

View File

@ -36,7 +36,7 @@
"src": "/goto/email",
"status": 302,
"headers": {
"Location": "mailto:admin@186526.xyz"
"Location": "mailto:i@186526.xyz"
}
},
{
@ -50,6 +50,10 @@
{
"src": "/v2/(.*)",
"dest": "https://registry.186526.xyz/v2/$1"
},
{
"src": "/shields.io/(.*)",
"dest": "https://img.shields.io/$1"
}
]
}
}