1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-02-23 02:38:57 +03:00
elk/plugins/path.ts
2023-07-06 21:19:01 +01:00

6 lines
112 B
TypeScript

export default defineNuxtPlugin({
order: -40,
setup: (nuxtApp) => {
delete nuxtApp.payload.path
},
})