From d5fe818ae13a067dc6162482ba5cb9e1d73f6d71 Mon Sep 17 00:00:00 2001 From: Karolina Szczur Date: Fri, 22 Apr 2022 16:37:42 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20remove=20splitbee,=20add=20fatho?= =?UTF-8?q?m=20analytics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 2 ++ vercel.json | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/index.html b/src/index.html index 742c795..e15022a 100644 --- a/src/index.html +++ b/src/index.html @@ -29,6 +29,8 @@ + + diff --git a/vercel.json b/vercel.json index 9178765..95c074a 100644 --- a/vercel.json +++ b/vercel.json @@ -3,14 +3,6 @@ { "source": "/rss", "destination": "/api/rss" - }, - { - "source": "/bee.js", - "destination": "https://cdn.splitbee.io/sb.js" - }, - { - "source": "/_hive/:slug", - "destination": "https://hive.splitbee.io/:slug" } ] }