Changed user menu / sidebar

This commit is contained in:
Alexis
2024-08-25 16:01:23 +02:00
parent 23a9f68b7b
commit 8b1eb9c258
6 changed files with 53 additions and 25 deletions

View File

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