mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-24 02:06:12 +03:00
fix: don't redirect to generated path
This commit is contained in:
parent
d51303cb8b
commit
cb109b49b8
1 changed files with 6 additions and 0 deletions
6
plugins/path.ts
Normal file
6
plugins/path.ts
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
export default defineNuxtPlugin({
|
||||||
|
order: -40,
|
||||||
|
setup: (nuxtApp) => {
|
||||||
|
delete nuxtApp.payload.path
|
||||||
|
},
|
||||||
|
})
|
Loading…
Reference in a new issue