From f91ab28a028c053ba0a2ef7b6e5d3c40b7d5d901 Mon Sep 17 00:00:00 2001 From: Nyk <0xnykcd@googlemail.com> Date: Tue, 3 Mar 2026 22:12:39 +0700 Subject: [PATCH] chore: point buy redirect to polar checkout link --- landing/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing/vercel.json b/landing/vercel.json index 3ea9a5a..faf877e 100644 --- a/landing/vercel.json +++ b/landing/vercel.json @@ -2,7 +2,7 @@ "redirects": [ { "source": "/buy", - "destination": "https://buy.splitlabs.io", + "destination": "https://buy.polar.sh/polar_cl_lchYpu4Y5BWTc1AbO05evqEZu3dXBAgvdenEy1PECGt", "statusCode": 307 } ],