Skip to content

Commit

Permalink
make faviconUrl optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Jun 12, 2024
1 parent 5bab750 commit cba60c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export interface SiteIndexingConfig {
rootUrl: string;
title: string;
maxDepth?: number;
faviconUrl: string;
faviconUrl?: string;
}

export interface IContextProvider {
Expand Down

0 comments on commit cba60c4

Please sign in to comment.