From ae2f2f44c81edbf94be21b3bc6bcf6c5be785074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Tue, 24 Oct 2023 17:36:14 -0700 Subject: [PATCH] docs: add redirect --- docs/vercel.json | 5 +++++ 1 file changed, 5 insertions(+) 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" }],