fix: update more public and explore links
This commit is contained in:
parent
fd1be3b86c
commit
04615e443e
4 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
export default defineNuxtRouteMiddleware((to) => {
|
||||
if (!currentUser.value)
|
||||
return navigateTo('/public')
|
||||
return navigateTo(`/${currentServer.value}/public`)
|
||||
if (to.path === '/')
|
||||
return navigateTo('/home')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue