The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update cabin url (#1428)

authored by

Gustavo de Paula and committed by
GitHub
4aaeb768 743ef712

+1 -1
+1 -1
quartz/plugins/emitters/componentResources.ts
··· 147 147 } else if (cfg.analytics?.provider === "cabin") { 148 148 componentResources.afterDOMLoaded.push(` 149 149 const cabinScript = document.createElement("script") 150 - cabinScript.src = "${cfg.analytics.host ?? "https://scripts.cabin.dev"}/cabin.js" 150 + cabinScript.src = "${cfg.analytics.host ?? "https://scripts.withcabin.com"}/hello.js" 151 151 cabinScript.defer = true 152 152 cabinScript.async = true 153 153 document.head.appendChild(cabinScript)