Skip to content

Commit b084114

Browse files
zuedevulivz
authored andcommitted
fix: algolia resolution error in theme-default (#940)
1 parent 67c5b61 commit b084114

File tree

1 file changed

+1
-1
lines changed
  • packages/@vuepress/theme-default

1 file changed

+1
-1
lines changed

packages/@vuepress/theme-default/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = (options, ctx) => ({
1212
)
1313
return {
1414
'@AlgoliaSearchBox': isAlgoliaSearch
15-
? path.resolve(__dirname, 'src/AlgoliaSearchBox.vue')
15+
? path.resolve(__dirname, 'components/AlgoliaSearchBox.vue')
1616
: path.resolve(__dirname, 'noopModule.js')
1717
}
1818
},

0 commit comments

Comments
 (0)