Skip to content

Commit

Permalink
Update settings.ts (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser authored May 7, 2022
1 parent 5eb7536 commit 1ecb954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class SettingsTab extends PluginSettingTab {
}

export const DEFAULT_SETTINGS: OmnisearchSettings = {
showIndexingNotices: true,
showIndexingNotices: false,
respectExcluded: true,
weightBasename: 2,
weightH1: 1.5,
Expand Down

0 comments on commit 1ecb954

Please sign in to comment.