mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 01:02:42 -04:00
Merge branch 'master' into feature/scrollable-content-tabs
This commit is contained in:
@@ -104,7 +104,7 @@ const print$ = watchPrint()
|
||||
const config = configuration()
|
||||
const index$ = document.forms.namedItem("search")
|
||||
? __search?.index || requestJSON<SearchIndex>(
|
||||
`${config.base}/search/search_index.json`
|
||||
new URL("search/search_index.json", config.base)
|
||||
)
|
||||
: NEVER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user