Skip to content

Commit

Permalink
fix(theme-docs): allow overriding theme components (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta authored Oct 21, 2021
1 parent a5a32aa commit 1f4a5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme-docs/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const defaultConfig = docsOptions => ({
'@nuxt/content'
],
components: [
{ path: '~/components', pathPrefix: false }
{ path: '~/components', pathPrefix: false, level: 1 }
],
loading: {
color: docsOptions.primaryColor
Expand Down

0 comments on commit 1f4a5d2

Please sign in to comment.