Browse Source

migrate analytics script url

Aneurin Barker Snook 10 months ago
parent
commit
42b0c17a8f
1 changed files with 1 additions and 1 deletions
  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 {