Skip to content

Commit 169e1f2

Browse files
committed
Remove JSON output from home page to avoid generating search index
1 parent 2851424 commit 169e1f2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

config.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ disqusShortname="linode-1"
1717

1818
enableGitInfo = true
1919

20+
[sitemap]
21+
filename = "sitemap_linodedocs.xml"
22+
2023
[outputs]
21-
# The JSON is for the search index. We build this on every build to make sure we have the image thumbnails in sync.
22-
home = ["HTML", "JSON", "RSS"]
24+
home = ["HTML", "RSS"]
2325

2426
[taxonomies]
2527
bundle = "bundles"

0 commit comments

Comments
 (0)