feat(analytics): Goatcounter support (#956)
* Add options to support goatcounter analytics * goatcounter: support self-hosted * Add to configuration docs for goatcounter settings * use https instead of protocol-relative link for goatcounter js
This commit is contained in:
		@@ -19,6 +19,12 @@ export type Analytics =
 | 
			
		||||
      websiteId: string
 | 
			
		||||
      host?: string
 | 
			
		||||
    }
 | 
			
		||||
  | {
 | 
			
		||||
      provider: "goatcounter"
 | 
			
		||||
      websiteId: string
 | 
			
		||||
      host?: string
 | 
			
		||||
      scriptSrc?: string
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
export interface GlobalConfiguration {
 | 
			
		||||
  pageTitle: string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user