diff --git a/docs/vercel.json b/docs/vercel.json index 2208290a..60172011 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -62,6 +62,11 @@ "has": [{ "type": "host", "value": "sveltekit.authjs.dev" }], "destination": "https://authjs.dev/reference/sveltekit" }, + { + "source": "/", + "has": [{ "type": "host", "value": "nextjs.authjs.dev" }], + "destination": "https://authjs.dev/reference/nextjs" + }, { "source": "/", "has": [{ "type": "host", "value": "solid-start.authjs.dev" }],