Skip to content

Commit ef27a2d

Browse files
committed
docs: fix algolia id
Close vuejs#1459
1 parent e82a89c commit ef27a2d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/docs/.vitepress/config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ const config = defineConfig({
5353
},
5454

5555
algolia: {
56-
apiKey: '07ed552fc16926cc57c9eb0862c1a7f9',
57-
// TODO: upgrade this once it works
58-
// appId: 'BTNTW3I1XP',
59-
// apiKey: '771d10c8c5cc48f7922f15048b4d931c',
56+
appId: 'BTNTW3I1XP',
57+
apiKey: '771d10c8c5cc48f7922f15048b4d931c',
6058
indexName: 'next_router_vuejs',
6159
// searchParameters: {
6260
// facetFilters: ['tags:guide,api,migration'],

0 commit comments

Comments
 (0)