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 0ff6ed9 commit b41fb3dCopy full SHA for b41fb3d
packages/website/docs/.vitepress/config.ts
@@ -4,6 +4,7 @@ import dotenv from "dotenv";
4
import container from "markdown-it-container";
5
import {
6
defineConfig,
7
+ type DefaultTheme,
8
type HeadConfig,
9
type TransformContext,
10
} from "vitepress";
@@ -162,7 +163,12 @@ export default defineConfig({
162
163
// "/docs/:path",
164
// text: "Edit this page",
165
// },
- algolia: getAlgoliaConfig(process.env),
166
+ search: {
167
+ provider: "algolia",
168
+ options: getAlgoliaConfig(
169
+ process.env
170
+ ) as DefaultTheme.AlgoliaSearchOptions,
171
+ },
172
socialLinks: [
173
{ icon: "github", link: "https://github.com/TypeCellOS/BlockNote" },
174
// { icon: "twitter", link: "https://twitter.com/TypeCellOS" },
0 commit comments