diff --git a/site/src/components/SiteSearch.svelte b/site/src/components/SiteSearch.svelte index c2ccf3fcb9..b5bf5d5895 100644 --- a/site/src/components/SiteSearch.svelte +++ b/site/src/components/SiteSearch.svelte @@ -2,7 +2,7 @@ let orderedSections = null; async function getSections() { - const res = await fetch('/docsd.json'); + const res = await fetch('/docs.json'); const rawSections = await res.json(); const sections = rawSections.map(section => ({