mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
0b1cdcc70d
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
|
|
export default defineNuxtRouteMiddleware(() => {
|
|
setPageLayout('other')
|
|
})
|