fix: revert 92475fdbf4
parent
92475fdbf4
commit
ee9627108c
|
@ -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 New Issue