Sfoglia il codice sorgente

change analytics url

Aneurin Barker Snook 1 mese fa
parent
commit
1c7d889052
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/Analytics.ts

+ 1 - 1
src/components/Analytics.ts

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