From 708f7e96566ee9d2f077e2928ed70d40b48a5738 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Wed, 22 Nov 2023 10:53:27 +0100 Subject: [PATCH] article layout as fallback --- nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 6a18b71a..93880873 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -17,7 +17,8 @@ export default defineNuxtConfig({ preload: [ 'sh', ] - } + }, + layoutFallbacks: ['article'], }, vuetify: { vuetifyOptions: { -- GitLab