Changed profile from /i to /me

This commit is contained in:
Alexis
2024-08-25 15:24:36 +02:00
parent 05ae4bfb1f
commit 23a9f68b7b
6 changed files with 7 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ export default defineNuxtConfig({
supabase: {
redirectOptions: {
login: "/",
callback: "/i"
callback: "/me/"
}
},