mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-19 23:40:07 +00:00
fix: revert 92475fdbf4
This commit is contained in:
parent
92475fdbf4
commit
ee9627108c
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +0,0 @@
|
||||||
const reloadRoutes = new Set(['/invite'])
|
|
||||||
|
|
||||||
export default defineNuxtRouteMiddleware((to) => {
|
|
||||||
if (process.client && reloadRoutes.has(to.fullPath))
|
|
||||||
window.location.pathname = to.path
|
|
||||||
})
|
|
Loading…
Reference in a new issue