Skip to content

Commit e638ec5

Browse files
chore: redirect to new reference page
1 parent 7327468 commit e638ec5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/vercel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@
6565
"destination": "https://authjs.dev/reference/adapter/prisma",
6666
"permanent": true
6767
},
68+
{
69+
"source": "/adapters/typeorm",
70+
"destination": "https://authjs.dev/reference/adapter/typeorm",
71+
"permanent": true
72+
},
73+
{
74+
"source": "/adapters/mongodb",
75+
"destination": "https://authjs.dev/reference/adapter/mongodb",
76+
"permanent": true
77+
},
6878
{
6979
"source": "/tutorials/refresh-token-rotation",
7080
"destination": "https://authjs.dev/guides/basics/refresh-token-rotation",

0 commit comments

Comments
 (0)