Skip to content

Commit f4e0d11

Browse files
authored
chore: Add redirect for error reference page (#187)
1 parent 61b384f commit f4e0d11

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/nuxt-auth/resources/errors.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: 'Redirecting'
3+
editLink: false
4+
---
5+
6+
<script setup>
7+
window.location.href = "https://auth.sidebase.io/resources/error-reference"
8+
</script>
9+
10+
<h1 class="text-center">
11+
Redirecting.. Please wait.
12+
</h1>

0 commit comments

Comments
 (0)