We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c5b61 commit b084114Copy full SHA for b084114
packages/@vuepress/theme-default/index.js
@@ -12,7 +12,7 @@ module.exports = (options, ctx) => ({
12
)
13
return {
14
'@AlgoliaSearchBox': isAlgoliaSearch
15
- ? path.resolve(__dirname, 'src/AlgoliaSearchBox.vue')
+ ? path.resolve(__dirname, 'components/AlgoliaSearchBox.vue')
16
: path.resolve(__dirname, 'noopModule.js')
17
}
18
},
0 commit comments