Skip to content

Commit 78e911b

Browse files
authored
new search api key (#170)
1 parent 1213cc1 commit 78e911b

File tree

3 files changed

+71
-8
lines changed

3 files changed

+71
-8
lines changed

package-lock.json

Lines changed: 68 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@vuepress/bundler-vite": "2.0.0-rc.26",
26-
"@vuepress/plugin-docsearch": "2.0.0-rc.115",
26+
"@vuepress/plugin-docsearch": "^2.0.0-rc.118",
2727
"@vuepress/plugin-register-components": "2.0.0-rc.114",
2828
"@vuepress/theme-default": "2.0.0-rc.115",
2929
"eslint": "8.56.0",

src/.vuepress/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default {
1515
['link', { rel: 'icon', href: '/icon.svg' }],
1616
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
1717
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
18+
['meta', { name: 'algolia-site-verification', content: 'EF9A7A964AB9DB3E' }],
1819
[
1920
'script',
2021
{ 'src': 'https://plausible.io/js/script.js', 'data-domain': 'docs.passwordless.dev' }
@@ -191,7 +192,7 @@ export default {
191192
plugins: [
192193
docsearchPlugin({
193194
appId: 'H4XQ4LY5NY',
194-
apiKey: '76fc9fe901fe62268368f74e492ccbd0',
195+
apiKey: '8d5802f08d00cda8d5847673be9c43ad',
195196
indexName: 'passwordless',
196197
searchParameters: {
197198
facetFilters: []

0 commit comments

Comments
 (0)