Преглед изворни кода

migrate analytics script url

Aneurin Barker Snook пре 1 година
родитељ
комит
42b0c17a8f
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {