Explorar el Código

migrate analytics script url

Aneurin Barker Snook hace 10 meses
padre
commit
42b0c17a8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Analytics.ts

+ 1 - 1
src/components/Analytics.ts

@@ -4,7 +4,7 @@ export interface AnalyticsState {
 }
 
 export default function Analytics(websiteId: string) {
-  const scriptUrl = 'https://analytics.cloud.aneur.in/script.js'
+  const scriptUrl = 'https://analytics.cloud.forandwhile.com/script.js'
 
   return function(): AnalyticsState {
     return {