Skip to content

Commit 2c76899

Browse files
dshkolclaude
andcommitted
Fix GoatCounter script URL for Observable Framework build
Changed protocol-relative URL (//gc.zgo.at) to absolute URL (https://gc.zgo.at). Observable Framework was interpreting the // prefix as a local path. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7e0be0a commit 2c76899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

observablehq.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
base: "/thedaily",
99

1010
// GoatCounter analytics
11-
head: `<script data-goatcounter="https://dshkol.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>`,
11+
head: `<script data-goatcounter="https://dshkol.goatcounter.com/count" async src="https://gc.zgo.at/count.js"></script>`,
1212

1313
root: "docs",
1414
output: "dist",

0 commit comments

Comments
 (0)