Jacky Zhao
2023-08-22 e10de3febffd3e3b7eaa3aed611aea03153e6a82
quartz/components/scripts/spa.inline.ts
@@ -12,9 +12,6 @@
  try {
    const url = new URL(href)
    if (window.location.origin === url.origin) {
      if (url.pathname === window.location.pathname) {
        return !url.hash
      }
      return true
    }
  } catch (e) {}