From 55ee8b35c774fe9bfe7bd3777b0a9d5948964a3e Mon Sep 17 00:00:00 2001 From: Brian Doyle Date: Thu, 28 Aug 2025 12:54:06 -0400 Subject: [PATCH] Use redirect as shortlink --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index 4660a663fd..f7140bdde5 100644 --- a/vercel.json +++ b/vercel.json @@ -2,6 +2,11 @@ "cleanUrls": true, "trailingSlash": false, "redirects": [ + { + "source": "/s/deploy-project-contracts", + "destination": "/build/tools/flow-cli/deployment/deploy-project-contracts", + "permanent": false + }, { "source": "/:path*(.mdx?$)", "destination": "/:path",