Skip to content

Commit f4f6ac3

Browse files
committed
search: reenable google search
Signed-off-by: deadprogram <[email protected]>
1 parent acff02a commit f4f6ac3

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
@@ -28,10 +28,10 @@ copyright = "The TinyGo Authors"
2828
description = "A Go compiler for small places"
2929

3030
# Google Custom Search Engine ID. Remove or comment out to disable search.
31-
# gcs_engine_id = "feba5f0a3db52897d"
31+
gcs_engine_id = "feba5f0a3db52897d"
3232

3333
# Enable Algolia DocSearch
34-
algolia_docsearch = true
34+
# algolia_docsearch = true
3535

3636
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
3737
github_repo = "https://github.com/tinygo-org/tinygo-site"

0 commit comments

Comments
 (0)