From 0fd7f2136f5b6652387d6307eee8f635183fbea7 Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Thu, 11 Jan 2024 21:59:59 +0530 Subject: [PATCH] add algolia docsearch again --- docusaurus.config.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3073ae1..638d151 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -17,6 +17,7 @@ const config = { // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/', + trailingSlash: true, // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. @@ -144,12 +145,12 @@ const config = { autoCollapseCategories: true, }, }, - // algolia: { - // appId: 'XPNHJL7525', - // apiKey: 'ea7c0c750fef6253cfabb1b85d4f5210', - // indexName: 'netlify_f3628b8f-6401-45f2-8363-1c1db1543cfe_main_all', - // contextualSearch: false, - //}, + algolia: { + appId: 'JVIYZSZHM3', + apiKey: '6d3896a19f59998eae9cd9661849666d', + indexName: 'virtualhub-eu', + contextualSearch: false, + }, // Replace with your project's social card image: 'img/virtualhub-social-card.webp', zoom: {},