Skip to content

Commit 0061943

Browse files
authored
Merge pull request #61 from kborchers/fix-search
Switch search to Google Custom Search
2 parents 50015c6 + add5638 commit 0061943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ github_repo = "https://github.com/ossf/glossary"
114114
github_branch = "main"
115115

116116
# Google Custom Search Engine ID. Remove or comment out to disable search.
117-
# gcs_engine_id = "eda0239a7d3fd0d90"
117+
gcs_engine_id = "650014b54af0a4f74"
118118

119119
# Enable Algolia DocSearch
120120
algolia_docsearch = false
121121

122122
# Enable Lunr.js offline search
123-
offlineSearch = true
123+
offlineSearch = false
124124

125125
# Enable syntax highlighting and copy buttons on code blocks with Prism
126126
prism_syntax_highlighting = false

0 commit comments

Comments
 (0)