Skip to content

Commit 1f4a5d2

Browse files
authored
fix(theme-docs): allow overriding theme components (#963)
1 parent a5a32aa commit 1f4a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-docs/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const defaultConfig = docsOptions => ({
114114
'@nuxt/content'
115115
],
116116
components: [
117-
{ path: '~/components', pathPrefix: false }
117+
{ path: '~/components', pathPrefix: false, level: 1 }
118118
],
119119
loading: {
120120
color: docsOptions.primaryColor

0 commit comments

Comments
 (0)