Skip to content

Commit 55ee593

Browse files
authored
chore(docs): exclude nuxt route render attempt for plugins.js (bootstrap-vue#3293)
1 parent 5639e8f commit 55ee593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/nuxt.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ module.exports = {
127127
.map(page => `/docs/${dir}/${page}`)
128128

129129
return []
130-
.concat(scan('src', 'components'))
131-
.concat(scan('src', 'directives', ['modal', 'toggle']))
130+
.concat(scan('src', 'components', ['plugins.js', 'plugins-legacy.js']))
131+
.concat(scan('src', 'directives', ['modal', 'toggle', 'plugins.js', 'plugins-legacy.js']))
132132
.concat(scan('docs/markdown', 'reference'))
133133
.concat(scan('docs/markdown', 'misc'))
134134
}

0 commit comments

Comments
 (0)