From 9cebc36237da1a7a64c5638e3e257fe5274300d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 29 Jun 2022 16:26:03 +0200 Subject: [PATCH] fix: remove _theme.yml fetch with doc driven by default (#1310) --- src/module.ts | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/module.ts b/src/module.ts index 269ce3142..75867ccf7 100644 --- a/src/module.ts +++ b/src/module.ts @@ -417,16 +417,7 @@ export default defineNuxtModule({ page: true, navigation: true, surround: true, - globals: { - theme: { - where: [ - { - _id: 'content:_theme.yml' - } - ], - without: ['_'] - } - }, + globals: {}, layoutFallbacks: ['theme'], injectPage: true }