pull/3271/head
zonemeen 2 years ago
parent 1c9f98a8f0
commit 0d52648419

@ -183,7 +183,10 @@ export function createRouter(
)
// temporary fix for #3264
if (siteDataRef.value.themeConfig?.logoLink === origin) return
if (
siteDataRef.value.themeConfig?.logoLink === href.replace(/\/$/, '')
)
return
const currentUrl = window.location
const mimeType = lookup(pathname)

Loading…
Cancel
Save