Skip to content

Commit

Permalink
fix: algolia resolution error in theme-default (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuedev authored and ulivz committed Oct 17, 2018
1 parent 67c5b61 commit b084114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = (options, ctx) => ({
)
return {
'@AlgoliaSearchBox': isAlgoliaSearch
? path.resolve(__dirname, 'src/AlgoliaSearchBox.vue')
? path.resolve(__dirname, 'components/AlgoliaSearchBox.vue')
: path.resolve(__dirname, 'noopModule.js')
}
},
Expand Down

0 comments on commit b084114

Please sign in to comment.