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 } ] }