diff --git a/docs/vercel.json b/docs/vercel.json index 850e963d37..546d650ffd 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -100,6 +100,11 @@ "destination": "https://authjs.dev/reference/adapters#models", "permanent": true }, + { + "source": "/contributors", + "destination": "https://authjs.dev/contributors", + "permanent": true + }, { "source": "/tutorials/refresh-token-rotation", "destination": "https://authjs.dev/guides/basics/refresh-token-rotation",