diff --git a/misc/vercel/config.json b/misc/vercel/config.json index 5da3244632..fde3562379 100644 --- a/misc/vercel/config.json +++ b/misc/vercel/config.json @@ -1,6 +1,11 @@ { "version": 3, "routes": [ + { + "src": "^/(.*)$", + "status": 307, + "headers": { "Location": "https://github.com/hi-ogawa/ytsub-v3/pull/562" } + }, { "src": "^/assets/(.*)$", "headers": {