Skip to content

Commit

Permalink
fix: docsearch app id is required
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp committed Dec 8, 2022
1 parent caa261a commit 870592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface ConfigWithoutLocales {
theme: string;
// Docsearch Application ID. If populated, a search box with autocomplete will be rendered.
docsearch?: {
appId?: string;
appId: string;
apiKey: string;
indexName: string;
};
Expand Down

0 comments on commit 870592c

Please sign in to comment.