Update settings.ts (#46)

This commit is contained in:
pseudometa
2022-05-07 13:09:13 +02:00
committed by GitHub
parent 5eb75363bd
commit 1ecb9542c0

View File

@@ -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,