add algolia docsearch again

This commit is contained in:
Legacy Installer 2024-01-11 21:59:59 +05:30
parent 4d1b9d031b
commit 0fd7f2136f
1 changed files with 7 additions and 6 deletions

View File

@ -17,6 +17,7 @@ const config = {
// Set the /<baseUrl>/ pathname under which your site is served // Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/' // For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/', baseUrl: '/',
trailingSlash: true,
// GitHub pages deployment config. // GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these. // If you aren't using GitHub pages, you don't need these.
@ -144,12 +145,12 @@ const config = {
autoCollapseCategories: true, autoCollapseCategories: true,
}, },
}, },
// algolia: { algolia: {
// appId: 'XPNHJL7525', appId: 'JVIYZSZHM3',
// apiKey: 'ea7c0c750fef6253cfabb1b85d4f5210', apiKey: '6d3896a19f59998eae9cd9661849666d',
// indexName: 'netlify_f3628b8f-6401-45f2-8363-1c1db1543cfe_main_all', indexName: 'virtualhub-eu',
// contextualSearch: false, contextualSearch: false,
//}, },
// Replace with your project's social card // Replace with your project's social card
image: 'img/virtualhub-social-card.webp', image: 'img/virtualhub-social-card.webp',
zoom: {}, zoom: {},