Skip to content

Commit 870592c

Browse files
committed
fix: docsearch app id is required
1 parent caa261a commit 870592c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface ConfigWithoutLocales {
1818
theme: string;
1919
// Docsearch Application ID. If populated, a search box with autocomplete will be rendered.
2020
docsearch?: {
21-
appId?: string;
21+
appId: string;
2222
apiKey: string;
2323
indexName: string;
2424
};

0 commit comments

Comments
 (0)