Skip to content

Commit eff5849

Browse files
committed
fix index
1 parent b41fb3d commit eff5849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ function transformHead({ pageData }: TransformContext): HeadConfig[] {
312312
function getAlgoliaConfig(env: NodeJS.ProcessEnv) {
313313
if (env.VITE_ALGOLIA_ID && env.VITE_ALGOLIA_KEY) {
314314
return {
315-
indexName: "blocknote",
315+
indexName: "blockjs",
316316
appId: env.VITE_ALGOLIA_ID,
317317
apiKey: env.VITE_ALGOLIA_KEY,
318318
};

0 commit comments

Comments
 (0)