We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2449d3d commit 809c35eCopy full SHA for 809c35e
fixSearchIndex.swift
@@ -29,7 +29,7 @@ struct SearchIndexDocs: Codable {
29
let title: String
30
}
31
32
-let searchIndexPath = "4.0/site/search/search_index.json"
+let searchIndexPath = "site/4.0/search/search_index.json"
33
34
let fileURL = URL(fileURLWithPath: searchIndexPath)
35
let indexData = try Data(contentsOf: fileURL)
0 commit comments