1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-12 19:20:28 +03:00
elk/plugins/path.ts

7 lines
112 B
TypeScript
Raw Normal View History

2023-07-06 21:19:01 +01:00
export default defineNuxtPlugin({
order: -40,
setup: (nuxtApp) => {
delete nuxtApp.payload.path
},
})