fix: don't redirect to generated path
parent
d51303cb8b
commit
cb109b49b8
|
@ -0,0 +1,6 @@
|
||||||
|
export default defineNuxtPlugin({
|
||||||
|
order: -40,
|
||||||
|
setup: (nuxtApp) => {
|
||||||
|
delete nuxtApp.payload.path
|
||||||
|
},
|
||||||
|
})
|
Loading…
Reference in New Issue