Fixed invalid outdated version banner URL when using instant loading

This commit is contained in:
squidfunk
2022-03-02 09:26:00 +01:00
parent 1cc250625b
commit bcc2c180cd
12 changed files with 52 additions and 27 deletions

View File

@@ -122,7 +122,7 @@ if (feature("navigation.instant"))
/* Set up version selector */
if (config.version?.provider === "mike")
setupVersionSelector()
setupVersionSelector({ document$ })
/* Always close drawer and search on navigation */
merge(location$, target$)