1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 20:29:08 +01: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
},
})