We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41fb3d commit eff5849Copy full SHA for eff5849
packages/website/docs/.vitepress/config.ts
@@ -312,7 +312,7 @@ function transformHead({ pageData }: TransformContext): HeadConfig[] {
312
function getAlgoliaConfig(env: NodeJS.ProcessEnv) {
313
if (env.VITE_ALGOLIA_ID && env.VITE_ALGOLIA_KEY) {
314
return {
315
- indexName: "blocknote",
+ indexName: "blockjs",
316
appId: env.VITE_ALGOLIA_ID,
317
apiKey: env.VITE_ALGOLIA_KEY,
318
};
0 commit comments