Gustavo de Paula
2024-09-20 4aaeb768d87b9d4193fb1d37213f06e6387a8af3
update cabin url (#1428)

1 files modified
2 ■■■ changed files
quartz/plugins/emitters/componentResources.ts 2 ●●● patch | view | raw | blame | history
quartz/plugins/emitters/componentResources.ts
@@ -147,7 +147,7 @@
  } else if (cfg.analytics?.provider === "cabin") {
    componentResources.afterDOMLoaded.push(`
      const cabinScript = document.createElement("script")
      cabinScript.src = "${cfg.analytics.host ?? "https://scripts.cabin.dev"}/cabin.js"
      cabinScript.src = "${cfg.analytics.host ?? "https://scripts.withcabin.com"}/hello.js"
      cabinScript.defer = true
      cabinScript.async = true
      document.head.appendChild(cabinScript)