Browse Source

change analytics url

Aneurin Barker Snook 1 tháng trước cách đây
mục cha
commit
1c7d889052
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
     }
   }