Skip to content

Commit ecaaab5

Browse files
authored
Merge pull request #67 from open62541/nb/plausible-https
fix(content): adjust url of Plausible script
2 parents b839514 + 3454384 commit ecaaab5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ paginatePath = "page"
3030
# Plausible Analytics (self-hosted)
3131
[params.plausible]
3232
domain = "www.open62541.org"
33-
scriptUrl = "http://46.225.227.244:8001/js/script.js"
33+
scriptUrl = "https://plausible.open62541.org/js/script.js"
3434

3535
# Global CTA Configuration - Disabled for open62541
3636
[params.cta]
@@ -253,4 +253,4 @@ paginatePath = "page"
253253
[[menu.footer_column_3]]
254254
name = "Security Reporting"
255255
url = "https://github.com/open62541/open62541/blob/master/SECURITY.md"
256-
weight = 3
256+
weight = 3

0 commit comments

Comments
 (0)