Skip to content

Commit 0b1ccdf

Browse files
fix: redirects and unused file (#880)
* Update vercel.json * chore: remove unused file
1 parent 8a4339b commit 0b1ccdf

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

docs/concepts/session.mdx

Lines changed: 0 additions & 9 deletions
This file was deleted.

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,11 @@
578578
"source": "/docs/guides/protect-page-login",
579579
"destination": "https://www.ory.sh/docs/examples",
580580
"permanent": false
581+
},
582+
{
583+
"source": "/docs/concepts/session",
584+
"destination": "https://www.ory.sh/docs/guides/session-management/overview",
585+
"permanent": false
581586
}
582587
]
583588
}

0 commit comments

Comments
 (0)