From 9f7bfdd622a278dcd58f1f295eaa5636da3c65ef Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 13 Dec 2021 09:32:07 +0100 Subject: [PATCH] docs: update conf --- docs/.vitepress/config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index b7202246..adebd931 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -47,14 +47,14 @@ const config = defineConfig({ }, algolia: { - apiKey: '07ed552fc16926cc57c9eb0862c1a7f9', + // apiKey: '07ed552fc16926cc57c9eb0862c1a7f9', // TODO: upgrade this once it works - // appId: 'BTNTW3I1XP', - // apiKey: '771d10c8c5cc48f7922f15048b4d931c', + appId: 'BTNTW3I1XP', + apiKey: '771d10c8c5cc48f7922f15048b4d931c', indexName: 'next_router_vuejs', - // searchParameters: { - // facetFilters: ['tags:guide,api,migration'], - // }, + searchParameters: { + facetFilters: [['tags:guide', 'tags:api']], + }, }, locales: { -- 2.39.5