Remove Algolia search configuration to fix build error

This commit is contained in:
Admin9705
2025-05-16 21:45:13 -04:00
parent 5fb5e90d5c
commit 72d53308f4
+1 -22
View File
@@ -76,28 +76,7 @@ const config: Config = {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
},
algolia: {
// The application ID provided by Algolia
appId: '',
apiKey: '',
indexName: '',
// Optional: see doc section below
contextualSearch: true,
// Optional: Algolia search parameters
searchParameters: {},
// Optional: path for search page that enabled by default (`false` to disable it)
searchPagePath: 'search',
// Optional: whether the insights feature is enabled or not on Docsearch (`false` by default)
insights: true,
//... other Algolia params
},
// Algolia search configuration removed
} satisfies Preset.ThemeConfig,
};