We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82a89c commit ef27a2dCopy full SHA for ef27a2d
packages/docs/.vitepress/config.ts
@@ -53,10 +53,8 @@ const config = defineConfig({
53
},
54
55
algolia: {
56
- apiKey: '07ed552fc16926cc57c9eb0862c1a7f9',
57
- // TODO: upgrade this once it works
58
- // appId: 'BTNTW3I1XP',
59
- // apiKey: '771d10c8c5cc48f7922f15048b4d931c',
+ appId: 'BTNTW3I1XP',
+ apiKey: '771d10c8c5cc48f7922f15048b4d931c',
60
indexName: 'next_router_vuejs',
61
// searchParameters: {
62
// facetFilters: ['tags:guide,api,migration'],
0 commit comments