Skip to content

Commit ee3dfa8

Browse files
committed
docs(cli): add icon and redirect
1 parent ed06d60 commit ee3dfa8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/public/img/etc/cli.svg

Lines changed: 3 additions & 0 deletions
Loading

docs/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
"has": [{ "type": "host", "value": "qwik.authjs.dev" }],
5959
"destination": "https://authjs.dev/reference/qwik"
6060
},
61+
{
62+
"source": "/:path(.*)",
63+
"has": [{ "type": "host", "value": "cli.authjs.dev" }],
64+
"destination": "https://github.com/nextauthjs/cli"
65+
},
6166
{
6267
"source": "/:path(.*)",
6368
"has": [{ "type": "host", "value": "errors.authjs.dev" }],

0 commit comments

Comments
 (0)