Drop trailing slashes from analytics provider URLs
This commit is contained in:
committed by
Will Faught
parent
0129c82b26
commit
60187d9584
@@ -166,17 +166,17 @@ There is a single parameter object with sensible defaults that can be overridden
|
|||||||
```yaml
|
```yaml
|
||||||
paige:
|
paige:
|
||||||
analytics:
|
analytics:
|
||||||
beam: # See https://beamanalytics.io/
|
beam: # See https://beamanalytics.io
|
||||||
token: ""
|
token: ""
|
||||||
chartbeat: # See https://chartbeat.com
|
chartbeat: # See https://chartbeat.com
|
||||||
account_id: ""
|
account_id: ""
|
||||||
domain: ""
|
domain: ""
|
||||||
disabled: false # Disable all analytics
|
disabled: false # Disable all analytics
|
||||||
clarity: # See https://clarity.microsoft.com/
|
clarity: # See https://clarity.microsoft.com
|
||||||
account_id: ""
|
account_id: ""
|
||||||
clicky: # See https://clicky.com
|
clicky: # See https://clicky.com
|
||||||
account_id: ""
|
account_id: ""
|
||||||
counter: # See https://counter.dev/
|
counter: # See https://counter.dev
|
||||||
account_id: ""
|
account_id: ""
|
||||||
fathom: # See https://usefathom.com
|
fathom: # See https://usefathom.com
|
||||||
account_id: ""
|
account_id: ""
|
||||||
@@ -190,7 +190,7 @@ paige:
|
|||||||
host_url: ""
|
host_url: ""
|
||||||
mixpanel: # See https://mixpanel.com
|
mixpanel: # See https://mixpanel.com
|
||||||
token: ""
|
token: ""
|
||||||
pirsch: # See https://pirsch.io/
|
pirsch: # See https://pirsch.io
|
||||||
identification_code: ""
|
identification_code: ""
|
||||||
plausible: # See https://plausible.io
|
plausible: # See https://plausible.io
|
||||||
account_id: ""
|
account_id: ""
|
||||||
|
Reference in New Issue
Block a user