From 8fded6375f4f7b24a1c3108bc63ac5c4c351d4d6 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Thu, 2 Apr 2026 20:53:04 -0400 Subject: [PATCH] fix(site): missing 404 --- apps/site/vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/site/vercel.json b/apps/site/vercel.json index a8496d1665..e14ac93115 100644 --- a/apps/site/vercel.json +++ b/apps/site/vercel.json @@ -19,6 +19,7 @@ { "source": "/playground", "destination": "/", "permanent": true }, { "source": "/pricing/bring-your-own-database", "destination": "/pricing", "permanent": true }, { "source": "/react-server-components", "destination": "/", "permanent": true }, - { "source": "/serverless", "destination": "/", "permanent": true } + { "source": "/serverless", "destination": "/", "permanent": true }, + { "source": "/optimize", "destination": "/", "permanent": true } ] }