Skip to content

Commit 05d7cf0

Browse files
atinuxfarnabaz
authored andcommitted
fix: remove _theme.yml fetch with doc driven by default (#1310)
1 parent f5f60b4 commit 05d7cf0

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/module.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -417,16 +417,7 @@ export default defineNuxtModule<ModuleOptions>({
417417
page: true,
418418
navigation: true,
419419
surround: true,
420-
globals: {
421-
theme: {
422-
where: [
423-
{
424-
_id: 'content:_theme.yml'
425-
}
426-
],
427-
without: ['_']
428-
}
429-
},
420+
globals: {},
430421
layoutFallbacks: ['theme'],
431422
injectPage: true
432423
}

0 commit comments

Comments
 (0)