diff --git a/vercel.json b/vercel.json index 2eb65e2..1d17e66 100644 --- a/vercel.json +++ b/vercel.json @@ -9,6 +9,19 @@ "silent": false, "autoJobCancelation": true }, + "redirects": [ + { + "source": "/:path*", + "has": [ + { + "type": "host", + "value": "www.tpmjs.com" + } + ], + "destination": "https://tpmjs.com/:path*", + "permanent": true + } + ], "crons": [ { "path": "/api/sync/changes",