@hyperbook/markdown 0.42.2 → 0.42.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -62794,7 +62794,7 @@ window.Prism.manual = true;`
62794
62794
  tagName: "link",
62795
62795
  properties: {
62796
62796
  rel: "stylesheet",
62797
- href: style3.includes("://") ? style3 : makeUrl(style3, "public")
62797
+ href: style3.includes("://") ? style3 : makeUrl(style3, "public", currentPage || void 0)
62798
62798
  },
62799
62799
  children: []
62800
62800
  })
@@ -62907,7 +62907,7 @@ HYPERBOOK_ASSETS = "${makeUrl("/", "assets")}"
62907
62907
  type: "element",
62908
62908
  tagName: "script",
62909
62909
  properties: {
62910
- src: script.includes("://") ? script : makeUrl(script, "public"),
62910
+ src: script.includes("://") ? script : makeUrl(script, "public", currentPage || void 0),
62911
62911
  defer: true
62912
62912
  },
62913
62913
  children: []